From d6414c9ff74e3f8076a1e94d3c6074366119900e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 12 Aug 2013 21:25:36 -0400 Subject: Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start. --- node/NodeConfig.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'node/NodeConfig.cpp') diff --git a/node/NodeConfig.cpp b/node/NodeConfig.cpp index 427f963b..2cfd0cae 100644 --- a/node/NodeConfig.cpp +++ b/node/NodeConfig.cpp @@ -37,6 +37,13 @@ #include +#include "Constants.hpp" + +#ifdef __WINDOWS__ +#include +#include +#endif + #include "NodeConfig.hpp" #include "RuntimeEnvironment.hpp" #include "Defaults.hpp" -- cgit v1.2.3