diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 06:16:07 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 06:16:07 +0100 |
| commit | d87c0cb28720610ca7483f2d8de0613f583dc354 (patch) | |
| tree | cdbb9549eadf984d68769944dcca219349bef842 /editor/camera.cpp | |
| parent | 379f5bbe121b224733dc9f8fea2aa0b012536ea2 (diff) | |
a
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 b74b048a..9e673ae9 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 <bit> #include <algorithm> namespace floormat { |
