diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-28 16:29:05 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-28 16:41:07 +0100 |
commit | ef8610851b1de0fc9d5d239fffae50e905356592 (patch) | |
tree | f41812cc6fb406db864e172db552a4656c505de4 /vcl/inc | |
parent | a29ace41430c495f6adf8cea0ec4606ceec57066 (diff) |
error C2061: syntax error : identifier 'uint64_t'
Change-Id: I78af18a1df98920a235c22c2f1875f0ac43a8e27
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/opengl/win/WinDeviceInfo.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx index 8749d56602ef..2a887c436615 100644 --- a/vcl/inc/opengl/win/WinDeviceInfo.hxx +++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx @@ -13,6 +13,7 @@ #include "opengl/DeviceInfo.hxx" #include <rtl/ustring.hxx> #include <vector> +#include <stdint.h> namespace wgl { |