Skip to content

Commit b2eb921

Browse files
committed
Fix NoPCH attempt 2
1 parent b7b672f commit b2eb921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ElunaLoader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define _ELUNALOADER_H
1010

1111
#include "LuaEngine.h"
12+
#include <thread>
1213

1314
#if defined ELUNA_TRINITY
1415
#include <efsw/efsw.hpp>

ElunaTemplate.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ extern "C"
1414
#include "lauxlib.h"
1515
};
1616
#include "LuaEngine.h"
17+
#include "ElunaUtility.h"
1718
#include "ElunaCompat.h"
1819
#include "ElunaConfig.h"
19-
#include "ElunaIncludes.h"
20-
#include "ElunaUtility.h"
2120
#if !defined ELUNA_CMANGOS
2221
#include "SharedDefines.h"
2322
#else

0 commit comments

Comments
 (0)