summaryrefslogtreecommitdiffstats
path: root/Tools/ProtoProxy/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/ProtoProxy/Globals.h')
-rw-r--r--Tools/ProtoProxy/Globals.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/ProtoProxy/Globals.h b/Tools/ProtoProxy/Globals.h
index b15c36cd3..3ab01a61f 100644
--- a/Tools/ProtoProxy/Globals.h
+++ b/Tools/ProtoProxy/Globals.h
@@ -168,6 +168,7 @@ typedef unsigned char Byte;
// STL stuff:
+#include <chrono>
#include <vector>
#include <list>
#include <deque>
@@ -175,6 +176,10 @@ typedef unsigned char Byte;
#include <map>
#include <algorithm>
#include <memory>
+#include <atomic>
+#include <mutex>
+#include <thread>
+#include <condition_variable>