@ -1,5 +1,7 @@
#include "videoplayer.hpp"
#include <iostream>
#include <osg/Texture2D>
#include "audiofactory.hpp"
@ -1,6 +1,8 @@
#ifndef VIDEOPLAYER_VIDEOSTATE_H
#define VIDEOPLAYER_VIDEOSTATE_H
#include <stdint.h>
#include <boost/thread.hpp>
#include <osg/ref_ptr>