summaryrefslogtreecommitdiffstats
path: root/WebServer/UrlHelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--WebServer/UrlHelper.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/WebServer/UrlHelper.cpp b/WebServer/UrlHelper.cpp
index 3cdb0fc60..44f1166fd 100644
--- a/WebServer/UrlHelper.cpp
+++ b/WebServer/UrlHelper.cpp
@@ -29,14 +29,12 @@
THIS IS NOT THE ORIGINAL SOURCE1!!1!!!~!!~`1ONE!!`1
*/
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "UrlHelper.h"
#include "Tracer.h"
#include "StdHelpers.h"
-#ifdef _WIN32
-#include <windows.h>
-#endif
-
#include <sstream>
#include <iostream>