summaryrefslogtreecommitdiff
path: root/mariokart01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mariokart01.cpp')
-rw-r--r--mariokart01.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mariokart01.cpp b/mariokart01.cpp
index 3e4d98b..8a8b39d 100644
--- a/mariokart01.cpp
+++ b/mariokart01.cpp
@@ -44,6 +44,7 @@
#include <iostream>
+#include <list>
#include <xcb/xcb.h>
#include <assert.h>
@@ -532,6 +533,8 @@ float flopow(float b, float e)
+
+
sem_t thread1_go;
sem_t thread1_done;
Mat thread1_img;