From: Wolfgang Becker Date: Sat, 18 Oct 2008 09:25:59 +0000 (+0000) Subject: G++ 4.3 wants even more includes. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=b8e4aba5a4e2c85d59fcd618b15f679cbb18d0a2;p=supertux.git G++ 4.3 wants even more includes. SVN-Revision: 5796 --- diff --git a/src/video/drawing_context.cpp b/src/video/drawing_context.cpp index 613a3de86..b75b95048 100644 --- a/src/video/drawing_context.cpp +++ b/src/video/drawing_context.cpp @@ -17,6 +17,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include +#include #include "drawing_context.hpp"