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

Kohei Yoshida kohei.yoshida at collabora.com
Mon Dec 1 18:50:01 PST 2014


 vcl/inc/opengl/win/WinDeviceInfo.hxx |    2 ++
 vcl/opengl/win/WinDeviceInfo.cxx     |    1 +
 2 files changed, 3 insertions(+)

New commits:
commit 57998c406f460ae0dee65a717222661f49e2b83d
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Mon Dec 1 21:46:12 2014 -0500

    Fix Windows build.
    
    Change-Id: I9ddd1a9bf572ffa570e23193b01176af8df6f8ed

diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx
index 6fb7834..21f14d9 100644
--- a/vcl/inc/opengl/win/WinDeviceInfo.hxx
+++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx
@@ -12,6 +12,8 @@
 
 #include "opengl/DeviceInfo.hxx"
 #include <rtl/ustring.hxx>
+#include <vector>
+#include <cstdint>
 
 namespace wgl {
 
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 824d0fc..3b3902c 100644
--- a/vcl/opengl/win/WinDeviceInfo.cxx
+++ b/vcl/opengl/win/WinDeviceInfo.cxx
@@ -12,6 +12,7 @@
 #include <windows.h>
 #include <setupapi.h>
 #include <cstdint>
+#include <rtl/ustrbuf.hxx>
 
 OUString* WinOpenGLDeviceInfo::mpDeviceVendors[wgl::DeviceVendorMax];
 std::vector<wgl::DriverInfo> WinOpenGLDeviceInfo::maDriverInfo;


More information about the Libreoffice-commits mailing list