summaryrefslogtreecommitdiff
path: root/vcl/opengl/win/WinDeviceInfo.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-12-01 21:46:12 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-12-01 21:49:29 -0500
commit57998c406f460ae0dee65a717222661f49e2b83d (patch)
tree495af93209fbced3573179851cde67f68aea5f5a /vcl/opengl/win/WinDeviceInfo.cxx
parentfae52f7e6532bd96a3d66bf614c54ed244ed3a60 (diff)
Fix Windows build.
Change-Id: I9ddd1a9bf572ffa570e23193b01176af8df6f8ed
Diffstat (limited to 'vcl/opengl/win/WinDeviceInfo.cxx')
-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;