diff options
Diffstat (limited to 'src/Mobs/Witch.cpp')
-rw-r--r-- | src/Mobs/Witch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Witch.cpp b/src/Mobs/Witch.cpp index 3f56108ae..a4c81a63e 100644 --- a/src/Mobs/Witch.cpp +++ b/src/Mobs/Witch.cpp @@ -2,7 +2,7 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "Witch.h" -#include "FastRandom.h" +#include "../FastRandom.h" |