summaryrefslogtreecommitdiffstats
path: root/WebServer/StdHelpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--WebServer/StdHelpers.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebServer/StdHelpers.cpp b/WebServer/StdHelpers.cpp
index 6bb05f421..f858c0bc4 100644
--- a/WebServer/StdHelpers.cpp
+++ b/WebServer/StdHelpers.cpp
@@ -29,8 +29,9 @@
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 "StdHelpers.h"
-#include <algorithm>
#include <cctype>
std::string ReplaceInStr(const std::string& in, const std::string& search_for, const std::string& replace_with) {