aboutsummaryrefslogtreecommitdiffstats
path: root/yage/yage.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/yage.h')
-rw-r--r--yage/yage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/yage/yage.h b/yage/yage.h
index 8becefde..d9f5a6e6 100644
--- a/yage/yage.h
+++ b/yage/yage.h
@@ -35,6 +35,11 @@
#include "physics/rectanglecollider.h"
#include "physics/rigidbody.h"
+#include "math/matrix.h"
+
+#include "util/active.h"
+#include "util/syncqueue.h"
+
/** Project namespace.
*
* Avoids collision as all the classes and global functions are wrapped in.