mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Include <algorithm> for std::min
This commit is contained in:
parent
51de0f6819
commit
ef3e50bef8
@ -26,6 +26,7 @@
|
||||
|
||||
#include <type_traits>
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
|
||||
namespace SDL2pp {
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user