Potential include fix

c++11
scrawl 10 years ago
parent 958b34771a
commit e6ecb39d94

@ -2,11 +2,6 @@
#include <iostream>
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS
#endif
#include <stdint.h>
#include <osg/Texture2D>
extern "C"

@ -1,6 +1,9 @@
#ifndef VIDEOPLAYER_VIDEOSTATE_H
#define VIDEOPLAYER_VIDEOSTATE_H
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS
#endif
#include <stdint.h>
#include <boost/thread.hpp>

Loading…
Cancel
Save