summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2019-05-07 10:51:58 -0400
committerJoe George <joe@zeroc.com>2019-05-07 11:12:17 -0400
commit0199db0b81df4a37fe63069a9fc75e13d880e967 (patch)
tree48901929000d768d85f0eb350c60e99e962e4d38 /cpp/include
parentRegenerate Xcode projects (diff)
downloadice-0199db0b81df4a37fe63069a9fc75e13d880e967.tar.bz2
ice-0199db0b81df4a37fe63069a9fc75e13d880e967.tar.xz
ice-0199db0b81df4a37fe63069a9fc75e13d880e967.zip
Dispatch queue updates
- Remove dispatch queues from Swift APIs - Create dispatch queue in C++ thread pool (ICE_SWIFT only)
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/Ice/Config.h4
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: