Kaydet (Commit) 6fc1efd5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing includes

Change-Id: Ieb3066bbd9a34e28e61eebc475f48374bd50a33f
üst cff54fb8
...@@ -16,8 +16,11 @@ ...@@ -16,8 +16,11 @@
#include <setupapi.h> #include <setupapi.h>
#include <algorithm> #include <algorithm>
#include <cstdint> #include <cstdint>
#include <osl/file.hxx>
#include <rtl/bootstrap.hxx> #include <rtl/bootstrap.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <tools/stream.hxx>
OUString* WinOpenGLDeviceInfo::mpDeviceVendors[wgl::DeviceVendorMax]; OUString* WinOpenGLDeviceInfo::mpDeviceVendors[wgl::DeviceVendorMax];
std::vector<wgl::DriverInfo> WinOpenGLDeviceInfo::maDriverInfo; std::vector<wgl::DriverInfo> WinOpenGLDeviceInfo::maDriverInfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment