forked from mirror/openmw-tes3mp
algo needed for std::min/max in msvc2013
This commit is contained in:
parent
dbf149f9b2
commit
11c4aed4e5
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "audiodecoder.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
|
|
1
extern/osg-ffmpeg-videoplayer/videostate.cpp
vendored
1
extern/osg-ffmpeg-videoplayer/videostate.cpp
vendored
|
@ -1,5 +1,6 @@
|
|||
#include "videostate.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Reference in a new issue