diff options
Diffstat (limited to 'cpp/include/Ice/Config.h')
-rw-r--r-- | cpp/include/Ice/Config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/Ice/Config.h b/cpp/include/Ice/Config.h index 10fe77f48d0..fec3a424945 100644 --- a/cpp/include/Ice/Config.h +++ b/cpp/include/Ice/Config.h @@ -26,6 +26,10 @@ # endif #endif +#ifdef ICE_SWIFT +# include <dispatch/dispatch.h> +#endif + // // Define the Ice and IceInternal namespace, so that we can use the following // everywhere in our code: |