summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Ice.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Ice.h')
-rw-r--r--cpp/include/Ice/Ice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/include/Ice/Ice.h b/cpp/include/Ice/Ice.h
index c421c9d7a27..472784f3471 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>
@@ -26,7 +27,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>