diff --git a/src/dish.cpp b/src/dish.cpp index 9e1f5a56..964805be 100644 --- a/src/dish.cpp +++ b/src/dish.cpp @@ -29,6 +29,12 @@ #include +#include "platform.hpp" + +#ifdef ZMQ_HAVE_WINDOWS +#include "windows.hpp" +#endif + #include "../include/zmq.h" #include "macros.hpp" #include "dish.hpp"