summaryrefslogtreecommitdiff
blob: 60bf9d1679bed4d9609197963bdf0fef7c87fbf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 0ad-0.0.23b-alpha/source/ps/CLogger.h
+++ 0ad-0.0.23b-alpha/source/ps/CLogger.h
@@ -22,6 +22,7 @@
 #include <string>
 #include <set>
 #include <sstream>
+#include <deque>
 
 #include "ps/ThreadUtil.h"
 #include "third_party/cppformat/format.h"
--- 0ad-0.0.23b-alpha/source/ps/Profiler2GPU.cpp
+++ 0ad-0.0.23b-alpha/source/ps/Profiler2GPU.cpp
@@ -22,6 +22,7 @@
 
 #include "precompiled.h"
 
+#include <stack>
 #include "Profiler2GPU.h"
 
 #include "lib/ogl.h"