summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-12-01 21:46:12 -0500
committerLászló Németh <nemeth@collabora.com>2014-12-04 00:13:05 +0100
commit0a87740ebe2d525d7aab7dce962cf921857d4dd6 (patch)
tree6740cd7411906c6a39859c0d4fb3c508ac0911db
parent946badc809116587840a0a041929bc222402e93f (diff)
Fix Windows build.
Change-Id: I9ddd1a9bf572ffa570e23193b01176af8df6f8ed
-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 824d0fccfa11..3b3902c9e411 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;