1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Potentially missing includes

This commit is contained in:
scrawl 2015-06-03 23:32:49 +02:00
parent 4bb3cbf0fb
commit 7991ea25c0
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include "videoplayer.hpp"
#include <iostream>
#include <osg/Texture2D>
#include "audiofactory.hpp"

View File

@ -1,6 +1,8 @@
#ifndef VIDEOPLAYER_VIDEOSTATE_H
#define VIDEOPLAYER_VIDEOSTATE_H
#include <stdint.h>
#include <boost/thread.hpp>
#include <osg/ref_ptr>