summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 08:06:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:40 +0100
commit6fc1efd5e899b13f3eefccf60919dd8a44a3e4d3 (patch)
tree68dfc1dd7a6d024798ffb9a6fb64e75d4e10fb08
parentUse Get/SetWindowLongPtr, for 64-bit build (diff)
downloadcore-6fc1efd5e899b13f3eefccf60919dd8a44a3e4d3.tar.gz
core-6fc1efd5e899b13f3eefccf60919dd8a44a3e4d3.zip
Missing includes
Change-Id: Ieb3066bbd9a34e28e61eebc475f48374bd50a33f
-rw-r--r--vcl/opengl/win/WinDeviceInfo.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 5a0d625bf827..6bed2c09f550 100644
--- a/vcl/opengl/win/WinDeviceInfo.cxx
+++ b/vcl/opengl/win/WinDeviceInfo.cxx
@@ -16,8 +16,11 @@
#include <setupapi.h>
#include <algorithm>
#include <cstdint>
+
+#include <osl/file.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/ustrbuf.hxx>
+#include <tools/stream.hxx>
OUString* WinOpenGLDeviceInfo::mpDeviceVendors[wgl::DeviceVendorMax];
std::vector<wgl::DriverInfo> WinOpenGLDeviceInfo::maDriverInfo;