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:
parent
4bb3cbf0fb
commit
7991ea25c0
@ -1,5 +1,7 @@
|
||||
#include "videoplayer.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <osg/Texture2D>
|
||||
|
||||
#include "audiofactory.hpp"
|
||||
|
2
extern/osg-ffmpeg-videoplayer/videostate.hpp
vendored
2
extern/osg-ffmpeg-videoplayer/videostate.hpp
vendored
@ -1,6 +1,8 @@
|
||||
#ifndef VIDEOPLAYER_VIDEOSTATE_H
|
||||
#define VIDEOPLAYER_VIDEOSTATE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
#include <osg/ref_ptr>
|
||||
|
Loading…
Reference in New Issue
Block a user