summaryrefslogtreecommitdiff
path: root/avmedia/source/opengl/oglplayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/opengl/oglplayer.hxx')
-rw-r--r--avmedia/source/opengl/oglplayer.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/avmedia/source/opengl/oglplayer.hxx b/avmedia/source/opengl/oglplayer.hxx
index 50a9190b930b..cf8ac2cdb222 100644
--- a/avmedia/source/opengl/oglplayer.hxx
+++ b/avmedia/source/opengl/oglplayer.hxx
@@ -14,6 +14,7 @@
#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/media/XPlayer.hpp>
+#include <libgltf.h>
namespace avmedia { namespace ogl {
@@ -54,6 +55,7 @@ public:
private:
OUString m_sURL;
+ glTFHandle* m_pHandle;
};
} // namespace ogl