Add missing include to SDL2pp.hh

Fixes #98
This commit is contained in:
Dmitry Marakasov 2017-06-28 22:36:04 +03:00
parent 4b6a975770
commit 34137f1ec9

View File

@ -71,6 +71,7 @@
///
////////////////////////////////////////////////////////////
#include <SDL2pp/Renderer.hh>
#include <SDL2pp/Surface.hh>
#include <SDL2pp/Texture.hh>
////////////////////////////////////////////////////////////