diff options
Diffstat (limited to 'cpp/src/Ice/FactoryTable.cpp')
-rw-r--r-- | cpp/src/Ice/FactoryTable.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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 <Ice/FactoryTable.h>
-
-#if defined(_MSC_VER) && (_MSC_VER < 1300)
-#include <Ice/UserExceptionFactory.h> // COMPILERBUG: VC++ 6 complains about an undefined type
-#endif +#include <Ice/UserExceptionFactory.h> // // This constructor initializes the single global Ice::factoryTable instance |