fix rect.cpp compilation

when i try to compile std::round not know
This commit is contained in:
newfrenchy83 2025-02-11 20:28:44 +01:00 committed by Charles Dang
parent 89ef3ad2ac
commit 4c06248c61

View File

@ -16,6 +16,7 @@
#include "sdl/point.hpp"
#include "sdl/rect.hpp"
#include <cmath>
#include <algorithm>
#include <ostream>