diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-14 23:41:11 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-14 23:57:56 +0100 |
commit | 954e3374d0051eb0ed77e47c703b40e8d30f9d50 (patch) | |
tree | fc81cc0020c27479b01de1fac5ad1674e183b9cf /include | |
parent | 6c7374f071d998f726cd4a5b67baf54e357d096b (diff) |
Missing include
Change-Id: I16860a5cef198ff79aad326b02a56587ead45697
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/OpenGLContext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/OpenGLContext.hxx b/include/vcl/OpenGLContext.hxx index 373156825e10..9aa834199f2d 100644 --- a/include/vcl/OpenGLContext.hxx +++ b/include/vcl/OpenGLContext.hxx @@ -12,6 +12,7 @@ #include <vcl/vclopengl_dllapi.hxx> #include <vcl/OpenGLRender.hxx> +#include <boost/scoped_ptr.hpp> class VCLOPENGL_DLLPUBLIC OpenGLContext { |