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 /editor/camera.cpp | |
| parent | 2a0f6513132982c17644fc0917ad1f632b2d5b81 (diff) | |
add missing includes
Diffstat (limited to 'editor/camera.cpp')
| -rw-r--r-- | editor/camera.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/camera.cpp b/editor/camera.cpp index e10a995c..bb69c626 100644 --- a/editor/camera.cpp +++ b/editor/camera.cpp @@ -2,6 +2,7 @@ #include "src/global-coords.hpp" #include "shaders/tile.hpp" #include "floormat/main.hpp" +#include <algorithm> namespace floormat { |
