Fixed include path.
This commit is contained in:
parent
f9cfc36643
commit
faf0ce3d7f
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user