Added missing #include <algorithm> for std::min() and std::max()

This commit is contained in:
Tsuda Kageyu 2013-09-20 08:26:37 +09:00
parent c12b6697f9
commit e6f9a06894
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>