diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-01 21:46:12 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-01 21:49:29 -0500 |
commit | 57998c406f460ae0dee65a717222661f49e2b83d (patch) | |
tree | 495af93209fbced3573179851cde67f68aea5f5a /vcl/inc | |
parent | fae52f7e6532bd96a3d66bf614c54ed244ed3a60 (diff) |
Fix Windows build.
Change-Id: I9ddd1a9bf572ffa570e23193b01176af8df6f8ed
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/opengl/win/WinDeviceInfo.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx index 6fb783473898..21f14d9272bd 100644 --- a/vcl/inc/opengl/win/WinDeviceInfo.hxx +++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx @@ -12,6 +12,8 @@ #include "opengl/DeviceInfo.hxx" #include <rtl/ustring.hxx> +#include <vector> +#include <cstdint> namespace wgl { |