Skip to content

Commit ca0898e

Browse files
committed
CMaNGOS: Fix non-PCH build
1 parent 3640a65 commit ca0898e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hooks/Hooks.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
#ifndef _HOOKS_H
88
#define _HOOKS_H
99

10+
#if defined ELUNA_CMANGOS
11+
#include "Platform/Define.h"
12+
#endif
13+
1014
/*
1115
* A hook should be written in one of the following forms:
1216
*

0 commit comments

Comments
 (0)