Potentially missing includes

c++11
scrawl 10 years ago
parent 4bb3cbf0fb
commit 7991ea25c0

@ -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>

Loading…
Cancel
Save