summaryrefslogtreecommitdiff
path: root/src/prefix_tree.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-06-04 16:29:36 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-06-04 16:29:36 +0200
commitcf048bb1f8a665370d9e39aee2a7363327911b08 (patch)
treebd5af3e844051771646596a6d13d847bf2ea8f85 /src/prefix_tree.cpp
parent927993863eda325c66fc678810eeadd0c744cdf2 (diff)
platform.hpp for MSVC contains only very basic stuff
Diffstat (limited to 'src/prefix_tree.cpp')
-rw-r--r--src/prefix_tree.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/prefix_tree.cpp b/src/prefix_tree.cpp
index 441f85d..51225d6 100644
--- a/src/prefix_tree.cpp
+++ b/src/prefix_tree.cpp
@@ -22,6 +22,11 @@
#include <new>
#include <algorithm>
+#include "platform.hpp"
+#if defined ZMQ_HAVE_WINDOWS
+#include "windows.hpp"
+#endif
+
#include "err.hpp"
#include "prefix_tree.hpp"