summaryrefslogtreecommitdiff
path: root/tools/Tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Tool.h')
-rw-r--r--tools/Tool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Tool.h b/tools/Tool.h
index 772301fbc29..8f7b2fa76c6 100644
--- a/tools/Tool.h
+++ b/tools/Tool.h
@@ -6,6 +6,10 @@
#include <boost/program_options.hpp>
+#if defined(_WIN32)
+#include <io.h>
+#endif
+
#include "client/dbclient.h"
using std::string;