summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-26 13:04:07 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-26 13:04:07 +0200
commit2eb2fca20e7de6683be2e5e2bd1ac2de53ec239c (patch)
tree50995d1e2fe2bc24184813adfed2934bf0fba45e /main
parente1c24966d3a2775f11a0a17aba818f6399854057 (diff)
fix build
Diffstat (limited to 'main')
-rw-r--r--main/draw.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/draw.cpp b/main/draw.cpp
index 3e958d83..96c37811 100644
--- a/main/draw.cpp
+++ b/main/draw.cpp
@@ -2,6 +2,7 @@
#include "floormat/app.hpp"
#include "src/camera-offset.hpp"
#include <Magnum/GL/DefaultFramebuffer.h>
+#include <thread>
namespace floormat {