summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-02 14:16:10 +0100
committerLászló Németh <nemeth@collabora.com>2014-12-04 00:11:51 +0100
commit946badc809116587840a0a041929bc222402e93f (patch)
tree6f5708211ea1598d519f30a7bc1819e89006cd40
parentc4d57fc6b274c9155660514e478d6adc159aaaf2 (diff)
Missing include
Change-Id: I4df2b0bb114b8a375d3557c8e33487af737957f4
-rw-r--r--vcl/inc/opengl/program.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx
index 96fed09ec25c..996bc61b275c 100644
--- a/vcl/inc/opengl/program.hxx
+++ b/vcl/inc/opengl/program.hxx
@@ -10,6 +10,10 @@
#ifndef INCLUDED_VCL_INC_OPENGL_PROGRAM_H
#define INCLUDED_VCL_INC_OPENGL_PROGRAM_H
+#include <sal/config.h>
+
+#include <list>
+
#include <GL/glew.h>
#include <vcl/dllapi.h>