mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-18 13:17:05 -04:00
fix: add missing <algorithm> include for std::clamp (Windows build)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "rendering/camera.hpp"
|
||||
#include "core/input.hpp"
|
||||
#include <SDL2/SDL.h>
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user