Skip to content

Commit 29ba283

Browse files
committed
Fix NoPCH Build
Really this time!
1 parent ec65104 commit 29ba283

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ElunaMgr.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
#ifndef _ELUNAMGR_H
88
#define _ELUNAMGR_H
99

10+
#include "Common.h"
11+
1012
#include <limits>
1113
#include <memory>
1214
#include <unordered_map>
13-
#include <cstdint>
1415

1516
class Eluna;
1617
class Map;

0 commit comments

Comments
 (0)