algo needed for std::min/max in msvc2013

pull/228/head
Bret Curtis 7 years ago
parent dbf149f9b2
commit 11c4aed4e5

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

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

Loading…
Cancel
Save