We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc1995 commit 7ec2ce7Copy full SHA for 7ec2ce7
lib/ProducerImpl.h
@@ -23,8 +23,8 @@
23
24
#include "Future.h"
25
#include "HandlerBase.h"
26
-// In MSVC, the value type of a STL container cannot be forward declared
27
-#if defined(_MSC_VER)
+// In MSVC and macOS, the value type of STL container cannot be forward declared
+#if defined(_MSC_VER) || defined(__APPLE__)
28
#include "OpSendMsg.h"
29
#endif
30
#include "PendingFailures.h"
0 commit comments