summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-11-28 16:33:48 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-11-28 16:41:08 +0100
commit8cc05ee2e31fd94624cfbe78729c8a4eefff62a6 (patch)
treedaa2d087b144aad66c0249459e266396089c4580 /vcl
parentef8610851b1de0fc9d5d239fffae50e905356592 (diff)
vcl: last fix to make this build again on Windows without --enable-pch
Change-Id: I755b0470d1c6b2bfc4e33560df2df1187765ecd7
Diffstat (limited to 'vcl')
-rw-r--r--vcl/opengl/win/WinDeviceInfo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 0a11426e2348..41f1a2b7db9b 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;