diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-02 14:16:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-02 14:16:10 +0100 |
commit | 0edcbd68529c54834ca85c2dc4abd8e4e69d39b4 (patch) | |
tree | 3c37fd545995b5ad4c1aa5da702fe97fe25793cd /vcl/inc | |
parent | c7bc12848a63f917a2f783f346284bd376ab4479 (diff) |
Missing include
Change-Id: I4df2b0bb114b8a375d3557c8e33487af737957f4
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/opengl/program.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx index 2aeb2fde771b..49d31755fbe4 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> |