summaryrefslogtreecommitdiff
path: root/inc/window.hpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2016-05-02 22:02:25 -0500
committertom <tom@ground-control>2016-05-02 22:02:25 -0500
commite7cac5098145d75a680e35787f7c504caf16965b (patch)
tree8256bd87b35c5aadcef0e5bd16030a4196cbbc7e /inc/window.hpp
parent8d9ad3eb74bc0dfc647abf03b7b99ed16f2a9115 (diff)
fixed issue, was related to erasing nodes within vectors while using iterators
Diffstat (limited to 'inc/window.hpp')
-rw-r--r--inc/window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/window.hpp b/inc/window.hpp
index b9f9175..97e6c09 100644
--- a/inc/window.hpp
+++ b/inc/window.hpp
@@ -12,6 +12,8 @@
#include <vector>
#include <chrono>
#include <random>
+#include <list>
+
using namespace std;