aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 14fad9c..77be098 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -13,6 +13,8 @@
#include <errno.h>
#include <vector>
+#include <texture.hpp>
+
unsigned int millis(void) {
std::chrono::system_clock::time_point now=std::chrono::system_clock::now();
return std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()).count();