mirror of
https://github.com/taglib/taglib.git
synced 2026-06-10 00:09:18 -04:00
Add algorithm include for std::min and max
This commit is contained in:
committed by
Urs Fleisch
parent
b8b91fd072
commit
e23d97c580
@@ -19,6 +19,9 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "ebmlmksegment.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "ebmlutils.h"
|
||||
#include "matroskafile.h"
|
||||
#include "matroskatag.h"
|
||||
|
||||
@@ -19,7 +19,10 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "ebmlutils.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <random>
|
||||
|
||||
#include "tbytevector.h"
|
||||
#include "matroskafile.h"
|
||||
#include "tutils.h"
|
||||
|
||||
@@ -19,7 +19,9 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "ebmlvoidelement.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "ebmlutils.h"
|
||||
#include "tbytevector.h"
|
||||
|
||||
|
||||
@@ -19,7 +19,10 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "matroskafile.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
|
||||
#include "matroskatag.h"
|
||||
#include "matroskaattachments.h"
|
||||
#include "matroskaattachedfile.h"
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
|
||||
#include "modfile.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "tstringlist.h"
|
||||
#include "tdebug.h"
|
||||
#include "tpropertymap.h"
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
|
||||
#include "mpegfile.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "taglib_config.h"
|
||||
#include "id3v2framefactory.h"
|
||||
#include "tdebug.h"
|
||||
|
||||
Reference in New Issue
Block a user