mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
algo needed for std::min/max in msvc2013
This commit is contained in:
parent
dbf149f9b2
commit
11c4aed4e5
@ -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 New Issue
Block a user