From 0cc8e489f86bbc90f807ef25e1bea50c8e505437 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 31 Aug 2015 19:06:34 +0300 Subject: [PATCH] Include for unique_ptr --- SDL2pp/Mixer.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL2pp/Mixer.hh b/SDL2pp/Mixer.hh index 44883dc..d6e7c71 100644 --- a/SDL2pp/Mixer.hh +++ b/SDL2pp/Mixer.hh @@ -23,6 +23,7 @@ #define SDL2PP_MIXER_HH #include +#include #include