diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-24 12:15:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-24 12:15:38 +0100 |
commit | 1e8e3a8c4624e9a4f16a7fb7f24c5d7125d7f106 (patch) | |
tree | a77cfd9dc12147114f094c33afaa4dff2805b81b /vcl | |
parent | f3db01f313ac06f70bec7584f48a380ab832ca75 (diff) |
include vector
Change-Id: I84f571c0564b33a5b647a270c567959b415b3747
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/opengl/texture.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/opengl/texture.hxx b/vcl/inc/opengl/texture.hxx index 51f7040ab9ef..a6117a77d810 100644 --- a/vcl/inc/opengl/texture.hxx +++ b/vcl/inc/opengl/texture.hxx @@ -27,6 +27,7 @@ #include <tools/gen.hxx> #include <memory> +#include <vector> class ImplOpenGLTexture { |