mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-04 04:03:52 +00:00
fix: add missing <algorithm> include for std::clamp (Windows build)
This commit is contained in:
parent
b9ac3de498
commit
99ac31987f
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include "rendering/camera.hpp"
|
||||
#include "core/input.hpp"
|
||||
#include <SDL2/SDL.h>
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue