Skip to content

Commit 19174a5

Browse files
committed
TC Retail: Fix No PCH Build
1 parent de71309 commit 19174a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ElunaTemplate.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ extern "C"
1414
#include "lauxlib.h"
1515
};
1616
#include "LuaEngine.h"
17-
#include "ElunaUtility.h"
1817
#include "ElunaCompat.h"
1918
#include "ElunaConfig.h"
19+
#include "ElunaIncludes.h"
20+
#include "ElunaUtility.h"
2021
#if !defined ELUNA_CMANGOS
2122
#include "SharedDefines.h"
2223
#else

0 commit comments

Comments
 (0)