Skip to content

Commit

Permalink
algo needed for std::min/max in msvc2013
Browse files Browse the repository at this point in the history
  • Loading branch information
psi29a committed Jun 10, 2017
1 parent dbf149f commit 11c4aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extern/osg-ffmpeg-videoplayer/audiodecoder.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "audiodecoder.hpp"

#include <algorithm>
#include <stdexcept>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions extern/osg-ffmpeg-videoplayer/videostate.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "videostate.hpp"

#include <algorithm>
#include <cassert>
#include <iostream>

Expand Down

0 comments on commit 11c4aed

Please sign in to comment.