diff options
Diffstat (limited to 'cpp/src/Ice/FactoryTable.cpp')
-rw-r--r-- | cpp/src/Ice/FactoryTable.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/src/Ice/FactoryTable.cpp b/cpp/src/Ice/FactoryTable.cpp index 1166208c4d7..3a2cdd0c6c0 100644 --- a/cpp/src/Ice/FactoryTable.cpp +++ b/cpp/src/Ice/FactoryTable.cpp @@ -12,7 +12,11 @@ // // ********************************************************************** -#include <Ice/FactoryTable.h> +#include <Ice/FactoryTable.h>
+
+#if defined(_MSC_VER) && (_MSC_VER < 1300)
+#include <Ice/UserExceptionFactory.h> // COMPILERBUG: VC++ 6 complains about an undefined type
+#endif // // This constructor initializes the single global Ice::factoryTable instance |