Include <algorithm> for std::min

This commit is contained in:
Dmitry Marakasov 2015-12-11 02:31:26 +03:00
parent 51de0f6819
commit ef3e50bef8
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <type_traits>
#include <stdexcept>
#include <algorithm>
namespace SDL2pp {

View File

@ -21,6 +21,7 @@
#include <iostream>
#include <stdexcept>
#include <algorithm>
#include <SDL2/SDL.h>