Merge pull request #285 from TsudaKageyu/algorithm

Added missing #include <algorithm> for std::min() and std::max()
This commit is contained in:
Stephen F. Booth
2013-09-20 04:59:27 -07:00
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <tstring.h>
#include "rifffile.h"
#include <algorithm>
#include <vector>
using namespace TagLib;

View File

@ -27,6 +27,7 @@
#include <config.h>
#endif
#include <algorithm>
#include <iostream>
#include <cstdio>
#include <cstring>