summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/spi/darwin/XPCSPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/spi/darwin/XPCSPI.h')
-rw-r--r--Source/WTF/wtf/spi/darwin/XPCSPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/spi/darwin/XPCSPI.h b/Source/WTF/wtf/spi/darwin/XPCSPI.h
index dd09c8fa7..e30315ab5 100644
--- a/Source/WTF/wtf/spi/darwin/XPCSPI.h
+++ b/Source/WTF/wtf/spi/darwin/XPCSPI.h
@@ -29,7 +29,7 @@
#include <dispatch/dispatch.h>
#include <os/object.h>
-#if PLATFORM(MAC) || USE(APPLE_INTERNAL_SDK)
+#if PLATFORM(MAC) || USE(APPLE_INTERNAL_SDK) || PLATFORM(QT)
#include <xpc/xpc.h>
#else