From ef3e50bef8736441551df7736104124c648e2f59 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 11 Dec 2015 02:31:26 +0300 Subject: [PATCH] Include for std::min --- SDL2pp/ContainerRWops.hh | 1 + examples/audio_wav.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/SDL2pp/ContainerRWops.hh b/SDL2pp/ContainerRWops.hh index ced03e4..536c8d8 100644 --- a/SDL2pp/ContainerRWops.hh +++ b/SDL2pp/ContainerRWops.hh @@ -26,6 +26,7 @@ #include #include +#include namespace SDL2pp { diff --git a/examples/audio_wav.cc b/examples/audio_wav.cc index 5d08990..fb8711d 100644 --- a/examples/audio_wav.cc +++ b/examples/audio_wav.cc @@ -21,6 +21,7 @@ #include #include +#include #include