[Libreoffice-commits] core.git: vcl/inc

Stephan Bergmann sbergman at redhat.com
Tue Dec 2 05:16:37 PST 2014


 vcl/inc/opengl/program.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 0edcbd68529c54834ca85c2dc4abd8e4e69d39b4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 2 14:16:10 2014 +0100

    Missing include
    
    Change-Id: I4df2b0bb114b8a375d3557c8e33487af737957f4

diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx
index 2aeb2fd..49d3175 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>
 


More information about the Libreoffice-commits mailing list