From 1af64a9bbb150b9daae3944d6aae86864c271103 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 2 Sep 2012 08:30:54 -0400 Subject: Fix Windows --- src/modulemanager.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/modulemanager.cpp') diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index 57b8f850e..5e3f7b6f2 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -12,11 +12,12 @@ #include "users.h" #include +#include +#ifndef _WIN32 #include #include -#include -#include #include +#endif std::vector ModuleManager::EventHandlers[I_END]; -- cgit