From: Mikko Rasa Date: Wed, 25 Apr 2018 11:55:11 +0000 (+0300) Subject: Add missing includes X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=975162f86071985913b59a835d38046e1c271594 Add missing includes --- diff --git a/source/framebuffer.h b/source/framebuffer.h index 92cb285b..f977ad7e 100644 --- a/source/framebuffer.h +++ b/source/framebuffer.h @@ -5,6 +5,8 @@ #include "bindable.h" #include "gl.h" #include "texturecube.h" +#include +#include #include #include