diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 12:01:33 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 12:01:33 +0100 |
commit | 9a231ffd8bd35108092d218c834544657bfb5986 (patch) | |
tree | 7e34f76e6eb4195cab263f042061800abb077482 /editor/camera.cpp | |
parent | 6aae07688b650be756a443495fa760c2f0a5dc24 (diff) |
c
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 9e673ae9..3ec532eb 100644 --- a/editor/camera.cpp +++ b/editor/camera.cpp @@ -6,6 +6,7 @@ #include "src/object.hpp" #include "src/world.hpp" #include "src/camera-offset.hpp" +#include "compat/enum-bitset.hpp" #include <bit> #include <algorithm> |