summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Noise.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Noise.cpp b/src/Noise.cpp
index 56d39395d..d3098c295 100644
--- a/src/Noise.cpp
+++ b/src/Noise.cpp
@@ -2,7 +2,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Noise.h"
-#include "OSSupport\Timer.h"
+#include "OSSupport/Timer.h"
#define FAST_FLOOR(x) (((x) < 0) ? (((int)x) - 1) : ((int)x))