Kaydet (Commit) 57998c40 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Fix Windows build.

Change-Id: I9ddd1a9bf572ffa570e23193b01176af8df6f8ed
üst fae52f7e
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
#include "opengl/DeviceInfo.hxx" #include "opengl/DeviceInfo.hxx"
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <vector>
#include <cstdint>
namespace wgl { namespace wgl {
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <windows.h> #include <windows.h>
#include <setupapi.h> #include <setupapi.h>
#include <cstdint> #include <cstdint>
#include <rtl/ustrbuf.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