Fix mangos build

This commit is contained in:
Rochet2
2017-09-29 01:00:03 +03:00
parent 06384d1f3a
commit cd5a555225
3 changed files with 8 additions and 1 deletions

View File

@@ -9,7 +9,11 @@
#include "ElunaUtility.h"
#include "Common.h"
#ifdef TRINITY
#include "Random.h"
#else
#include "Util.h"
#endif
#include <map>
#ifdef TRINITY