We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1ba14 commit 12f27c0Copy full SHA for 12f27c0
1 file changed
Source/Plugins/NetworkEvents/NetworkEvents.h
@@ -29,8 +29,8 @@
29
30
#ifdef WIN32
31
//#pragma comment( lib, "../../Resources/windows-libs/ZeroMQ/lib_x64/libzmq-v120-mt-4_0_4.lib" )
32
-#include "../../Resources/windows-libs/ZeroMQ/include/zmq.h"
33
-#include "../../Resources/windows-libs/ZeroMQ/include/zmq_utils.h"
+#include <zmq.h>
+#include <zmq_utils.h>
34
#else
35
#include <zmq.h>
36
#endif
0 commit comments