diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 07:01:32 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 07:01:32 +0100 |
commit | dbb6d49a5632a26885e6e388128d68fe1932a4ea (patch) | |
tree | 28ccf74c6fe06c1e79a98fc1d534c9086387b849 /main/draw.cpp | |
parent | 2a0f6513132982c17644fc0917ad1f632b2d5b81 (diff) |
add missing includes
Diffstat (limited to 'main/draw.cpp')
-rw-r--r-- | main/draw.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/draw.cpp b/main/draw.cpp index 0d7aa951..1c955099 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 <algorithm> #include <thread> namespace floormat { |