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/Switch.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'node/Switch.cpp') diff --git a/node/Switch.cpp b/node/Switch.cpp index d5c62994..04984f48 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -32,6 +32,13 @@ #include #include +#include "Constants.hpp" + +#ifdef __WINDOWS__ +#include +#include +#endif + #include "Switch.hpp" #include "Node.hpp" #include "EthernetTap.hpp" -- cgit v1.2.3