diff options
Diffstat (limited to 'cpp/include/Ice/Ice.h')
-rw-r--r-- | cpp/include/Ice/Ice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/include/Ice/Ice.h b/cpp/include/Ice/Ice.h index c17fc42565a..27cdf17dcd6 100644 --- a/cpp/include/Ice/Ice.h +++ b/cpp/include/Ice/Ice.h @@ -10,6 +10,7 @@ #ifndef ICE_ICE_H #define ICE_ICE_H +#include <IceUtil/Config.h> #include <Ice/Initialize.h> #include <Ice/LocalException.h> #include <Ice/Properties.h> @@ -27,7 +28,9 @@ #include <Ice/OutgoingAsync.h> #include <Ice/IncomingAsync.h> #include <Ice/Process.h> +#ifndef ICE_OS_WINRT #include <Ice/Application.h> +#endif #include <Ice/Connection.h> #include <Ice/ConnectionAsync.h> #include <Ice/Functional.h> |