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

Miklos Vajna vmiklos at collabora.co.uk
Fri Nov 28 07:41:42 PST 2014


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

New commits:
commit 8cc05ee2e31fd94624cfbe78729c8a4eefff62a6
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Nov 28 16:33:48 2014 +0100

    vcl: last fix to make this build again on Windows without --enable-pch
    
    Change-Id: I755b0470d1c6b2bfc4e33560df2df1187765ecd7

diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 0a11426..41f1a2b 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;
commit ef8610851b1de0fc9d5d239fffae50e905356592
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Nov 28 16:29:05 2014 +0100

    error C2061: syntax error : identifier 'uint64_t'
    
    Change-Id: I78af18a1df98920a235c22c2f1875f0ac43a8e27

diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx
index 8749d56..2a887c4 100644
--- a/vcl/inc/opengl/win/WinDeviceInfo.hxx
+++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx
@@ -13,6 +13,7 @@
 #include "opengl/DeviceInfo.hxx"
 #include <rtl/ustring.hxx>
 #include <vector>
+#include <stdint.h>
 
 namespace wgl {
 
commit a29ace41430c495f6adf8cea0ec4606ceec57066
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Nov 28 15:39:30 2014 +0100

    error C2039: 'vector' : is not a member of 'std'
    
    Change-Id: I4a6d7a384daf00eb8841ea742187e38eafe98e8b

diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx
index 7e0b80f..8749d56 100644
--- a/vcl/inc/opengl/win/WinDeviceInfo.hxx
+++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx
@@ -12,6 +12,7 @@
 
 #include "opengl/DeviceInfo.hxx"
 #include <rtl/ustring.hxx>
+#include <vector>
 
 namespace wgl {
 


More information about the Libreoffice-commits mailing list