diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-06-07 00:30:08 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-06-07 00:30:08 +0200 |
commit | 2cd0dce366878d995669865a36c99ad834204cd4 (patch) | |
tree | ef7a3d6263d8f86b4af9f5ec695d7adb20c1c4f1 /src | |
parent | 61d6b691664fe275e6529fd3334b0b52eb0f56b2 (diff) |
Core: Fix non pch build
Diffstat (limited to 'src')
-rw-r--r-- | src/server/shared/Utilities/Util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Utilities/Util.h b/src/server/shared/Utilities/Util.h index 96d5a2abfea..d6ead607c55 100644 --- a/src/server/shared/Utilities/Util.h +++ b/src/server/shared/Utilities/Util.h @@ -26,6 +26,7 @@ #include <string> #include <vector> #include <list> +#include <map> #include <ace/INET_Addr.h> // Searcher for map of structs |