diff options
Diffstat (limited to 'cpp/include/Ice/Ice.h')
-rw-r--r-- | cpp/include/Ice/Ice.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/include/Ice/Ice.h b/cpp/include/Ice/Ice.h index 692dd6ee5c9..a9e2c0c845e 100644 --- a/cpp/include/Ice/Ice.h +++ b/cpp/include/Ice/Ice.h @@ -6,6 +6,7 @@ #define ICE_ICE_H #include <IceUtil/PushDisableWarnings.h> +#include <IceUtil/CtrlCHandler.h> #include <Ice/Config.h> #include <Ice/Comparable.h> #include <Ice/Initialize.h> @@ -27,9 +28,6 @@ #include <Ice/OutgoingAsync.h> #include <Ice/IncomingAsync.h> #include <Ice/Process.h> -#if !defined(ICE_OS_UWP) && (!defined(__APPLE__) || TARGET_OS_IPHONE == 0) -# include <Ice/Application.h> -#endif #include <Ice/Connection.h> #include <Ice/ConnectionAsync.h> #include <Ice/Functional.h> |