Add algorithm include for std::min and max

This commit is contained in:
Stephen Booth
2026-05-16 09:02:12 -06:00
committed by Urs Fleisch
parent b8b91fd072
commit e23d97c580
6 changed files with 15 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
***************************************************************************/
#include "ebmlmksegment.h"
#include <algorithm>
#include "ebmlutils.h"
#include "matroskafile.h"
#include "matroskatag.h"

View File

@@ -19,7 +19,10 @@
***************************************************************************/
#include "ebmlutils.h"
#include <algorithm>
#include <random>
#include "tbytevector.h"
#include "matroskafile.h"
#include "tutils.h"

View File

@@ -19,7 +19,9 @@
***************************************************************************/
#include "ebmlvoidelement.h"
#include <algorithm>
#include "ebmlutils.h"
#include "tbytevector.h"

View File

@@ -19,7 +19,10 @@
***************************************************************************/
#include "matroskafile.h"
#include <algorithm>
#include <memory>
#include "matroskatag.h"
#include "matroskaattachments.h"
#include "matroskaattachedfile.h"

View File

@@ -25,6 +25,8 @@
#include "modfile.h"
#include <algorithm>
#include "tstringlist.h"
#include "tdebug.h"
#include "tpropertymap.h"

View File

@@ -25,6 +25,8 @@
#include "mpegfile.h"
#include <algorithm>
#include "taglib_config.h"
#include "id3v2framefactory.h"
#include "tdebug.h"