diff options
Diffstat (limited to 'source/LightingThread.h')
-rw-r--r-- | source/LightingThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LightingThread.h b/source/LightingThread.h index 96f7c009e..a19bc548e 100644 --- a/source/LightingThread.h +++ b/source/LightingThread.h @@ -31,7 +31,7 @@ Chunks from m_PostponedQueue are moved back into m_Queue when their neighbors ge #pragma once -#include "cIsThread.h" +#include "OSSupport/IsThread.h" #include "ChunkDef.h" |