diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-26 08:06:44 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 08:44:40 +0100 |
commit | 6fc1efd5e899b13f3eefccf60919dd8a44a3e4d3 (patch) | |
tree | 68dfc1dd7a6d024798ffb9a6fb64e75d4e10fb08 /vcl | |
parent | cff54fb87a25a5445a2110e102a3de2b8226a21c (diff) |
Missing includes
Change-Id: Ieb3066bbd9a34e28e61eebc475f48374bd50a33f
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/opengl/win/WinDeviceInfo.cxx | 3 |
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; |