]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/util/container.h
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / src / util / container.h
index 84616d2dba88a3617a15b004f947086fb764de48..d5854909ac20fd7359616a3afffd21228185a895 100644 (file)
@@ -21,11 +21,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define UTIL_CONTAINER_HEADER
 
 #include "../irrlichttypes.h"
+#include "../exceptions.h"
 #include <jmutex.h>
 #include <jmutexautolock.h>
 #include "../porting.h" // For sleep_ms
 #include <list>
 #include <vector>
+#include <map>
 
 /*
        Queue with unique values with fast checking of value existence