1
0
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:
Bret Curtis 2017-06-10 09:09:30 +02:00
parent dbf149f9b2
commit 11c4aed4e5
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "audiodecoder.hpp"
#include <algorithm>
#include <stdexcept>
#include <string>

View File

@ -1,5 +1,6 @@
#include "videostate.hpp"
#include <algorithm>
#include <cassert>
#include <iostream>