From 26d077a4c9dcc66fef4cb5c6fb4c9d8621f113a7 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Tue, 7 Oct 2003 02:53:52 +0000 Subject: VC++ bug also applies to .NET version. --- cpp/src/Ice/FactoryTable.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpp/src/Ice/FactoryTable.cpp') diff --git a/cpp/src/Ice/FactoryTable.cpp b/cpp/src/Ice/FactoryTable.cpp index 3a2cdd0c6c0..d18e32b3047 100644 --- a/cpp/src/Ice/FactoryTable.cpp +++ b/cpp/src/Ice/FactoryTable.cpp @@ -13,10 +13,7 @@ // ********************************************************************** #include - -#if defined(_MSC_VER) && (_MSC_VER < 1300) -#include // COMPILERBUG: VC++ 6 complains about an undefined type -#endif +#include // // This constructor initializes the single global Ice::factoryTable instance -- cgit v1.2.3