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

Stephan Bergmann sbergman at redhat.com
Wed May 4 13:39:23 UTC 2016


 vcl/inc/opengl/texture.hxx |    1 +
 vcl/win/app/salinst.cxx    |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit ce3951edd4bb06bc8f7b6bba55dbb56ac9c96f10
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed May 4 15:38:55 2016 +0200

    Missing includes
    
    Change-Id: Ic0618ff8a8f01937a467e4ba5184fe68f14cd24b

diff --git a/vcl/inc/opengl/texture.hxx b/vcl/inc/opengl/texture.hxx
index e7804af..5b4ccff 100644
--- a/vcl/inc/opengl/texture.hxx
+++ b/vcl/inc/opengl/texture.hxx
@@ -26,6 +26,7 @@
 #include <rtl/ustring.hxx>
 #include <tools/gen.hxx>
 
+#include <functional>
 #include <memory>
 #include <vector>
 
diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx
index 4ca2a64..1f2d22c 100644
--- a/vcl/win/app/salinst.cxx
+++ b/vcl/win/app/salinst.cxx
@@ -21,6 +21,7 @@
 #include <svsys.h>
 #include <process.h>
 
+#include <osl/conditn.hxx>
 #include <osl/file.hxx>
 #include <comphelper/solarmutex.hxx>
 


More information about the Libreoffice-commits mailing list