diff --git a/src/voxels/ChunksController.cpp b/src/voxels/ChunksController.cpp index 39a366d2..d64ed858 100644 --- a/src/voxels/ChunksController.cpp +++ b/src/voxels/ChunksController.cpp @@ -11,7 +11,7 @@ #ifdef _WIN32 #define _WIN32_WINNT 0x0501 -#include "../_mingw_threads/mingw.thread.h" +#include #else #include #endif diff --git a/src/voxels/ChunksLoader.h b/src/voxels/ChunksLoader.h index bf6a6f98..aff93ec7 100644 --- a/src/voxels/ChunksLoader.h +++ b/src/voxels/ChunksLoader.h @@ -3,7 +3,7 @@ #ifdef _WIN32 #define _WIN32_WINNT 0x0501 -#include "../_mingw_threads/mingw.thread.h" +#include #else #include #endif