Skip to content

Commit

Permalink
Potential include fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scrawl committed Jun 4, 2015
1 parent 958b347 commit e6ecb39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions extern/osg-ffmpeg-videoplayer/videostate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

#include <iostream>

#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS
#endif
#include <stdint.h>

#include <osg/Texture2D>

extern "C"
Expand Down
3 changes: 3 additions & 0 deletions extern/osg-ffmpeg-videoplayer/videostate.hpp
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit e6ecb39

Please sign in to comment.