mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 09:08:09 -04:00
Added missing #include <algorithm> for std::min() and std::max()
This commit is contained in:
parent
c12b6697f9
commit
e6f9a06894
@ -28,6 +28,7 @@
|
||||
#include <tstring.h>
|
||||
|
||||
#include "rifffile.h"
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
using namespace TagLib;
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
Loading…
x
Reference in New Issue
Block a user