diff options
Diffstat (limited to 'src/server/shared')
| -rw-r--r-- | src/server/shared/Containers.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/shared/Containers.h b/src/server/shared/Containers.h index dff23da763a..f0242cbff0e 100644 --- a/src/server/shared/Containers.h +++ b/src/server/shared/Containers.h @@ -18,6 +18,11 @@ #ifndef TRINITY_CONTAINERS_H #define TRINITY_CONTAINERS_H +#include <list> + +//! Because circular includes are bad +extern uint32 urand(uint32 min, uint32 max); + namespace Trinity { namespace Containers |
