diff options
Diffstat (limited to 'cppe')
-rw-r--r-- | cppe/demo/IceE/MFC/server/LogI.cpp | 1 | ||||
-rw-r--r-- | cppe/demo/IceE/chat/LogI.cpp | 1 | ||||
-rw-r--r-- | cppe/test/IceE/faultTolerance/AllTests.cpp | 1 | ||||
-rw-r--r-- | cppe/test/IceE/faultTolerance/Server.cpp | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/cppe/demo/IceE/MFC/server/LogI.cpp b/cppe/demo/IceE/MFC/server/LogI.cpp index 99ec1ce2ee3..d802be26760 100644 --- a/cppe/demo/IceE/MFC/server/LogI.cpp +++ b/cppe/demo/IceE/MFC/server/LogI.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceE/DisableWarnings.h> #include <stdafx.h> #include <LogI.h> diff --git a/cppe/demo/IceE/chat/LogI.cpp b/cppe/demo/IceE/chat/LogI.cpp index 99ec1ce2ee3..d802be26760 100644 --- a/cppe/demo/IceE/chat/LogI.cpp +++ b/cppe/demo/IceE/chat/LogI.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceE/DisableWarnings.h> #include <stdafx.h> #include <LogI.h> diff --git a/cppe/test/IceE/faultTolerance/AllTests.cpp b/cppe/test/IceE/faultTolerance/AllTests.cpp index 5fdcd770d1c..72f49b63e5d 100644 --- a/cppe/test/IceE/faultTolerance/AllTests.cpp +++ b/cppe/test/IceE/faultTolerance/AllTests.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceE/DisableWarnings.h> #include <IceE/IceE.h> #include <TestCommon.h> #include <Test.h> diff --git a/cppe/test/IceE/faultTolerance/Server.cpp b/cppe/test/IceE/faultTolerance/Server.cpp index 205d4293793..0ae93ac8a9e 100644 --- a/cppe/test/IceE/faultTolerance/Server.cpp +++ b/cppe/test/IceE/faultTolerance/Server.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceE/DisableWarnings.h> #include <IceE/IceE.h> #include <TestApplication.h> #include <TestI.h> |