From 402c99a1312e6d01bbe94cf80279d427b98d0f01 Mon Sep 17 00:00:00 2001 From: Bruno Van de Velde Date: Mon, 31 Jul 2017 00:49:28 +0200 Subject: [PATCH] SFML/Graphics.hpp was not being included inside TGUI.hpp --- include/TGUI/TGUI.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/TGUI/TGUI.hpp b/include/TGUI/TGUI.hpp index 02c00a22..caa2cefd 100644 --- a/include/TGUI/TGUI.hpp +++ b/include/TGUI/TGUI.hpp @@ -69,6 +69,8 @@ #include #include +#include + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #endif // TGUI_TGUI_HPP