diff options
Diffstat (limited to 'cpp/src/Ice/ios/StreamTransceiver.h')
-rw-r--r-- | cpp/src/Ice/ios/StreamTransceiver.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/ios/StreamTransceiver.h b/cpp/src/Ice/ios/StreamTransceiver.h index ed210c3c6e8..8b2b4993c2b 100644 --- a/cpp/src/Ice/ios/StreamTransceiver.h +++ b/cpp/src/Ice/ios/StreamTransceiver.h @@ -5,6 +5,10 @@ #ifndef ICE_STREAM_TRANSCEIVER_H #define ICE_STREAM_TRANSCEIVER_H +#include <Ice/Config.h> + +#if TARGET_OS_IPHONE != 0 + #include <Ice/WSTransceiver.h> #include <Ice/Network.h> #include <Ice/Selector.h> @@ -85,3 +89,5 @@ private: } #endif + +#endif |