Add algorithm include for std::find_if

This commit is contained in:
Stephen Booth
2026-05-17 08:18:58 +02:00
committed by Urs Fleisch
parent e83e02da2e
commit b8b91fd072
7 changed files with 14 additions and 0 deletions
+3
View File
@@ -19,6 +19,9 @@
***************************************************************************/
#include "matroskaattachments.h"
#include <algorithm>
#include "matroskaattachedfile.h"
#include "ebmlmkattachments.h"
#include "ebmlmasterelement.h"
+3
View File
@@ -24,6 +24,9 @@
***************************************************************************/
#include "matroskachapters.h"
#include <algorithm>
#include "matroskachapteredition.h"
#include "ebmlstringelement.h"
#include "ebmlbinaryelement.h"
+3
View File
@@ -19,6 +19,9 @@
***************************************************************************/
#include "matroskaseekhead.h"
#include <algorithm>
#include "ebmlmkseekhead.h"
#include "ebmlbinaryelement.h"
#include "ebmluintelement.h"
+2
View File
@@ -19,9 +19,11 @@
***************************************************************************/
#include "matroskatag.h"
#include <algorithm>
#include <array>
#include <tuple>
#include "ebmlmasterelement.h"
#include "ebmlstringelement.h"
#include "ebmlbinaryelement.h"
+1
View File
@@ -25,6 +25,7 @@
#include "mp4atom.h"
#include <algorithm>
#include <array>
#include <climits>
#include <utility>
@@ -25,6 +25,7 @@
#include "textidentificationframe.h"
#include <algorithm>
#include <array>
#include <utility>
+1
View File
@@ -25,6 +25,7 @@
#include "tagunion.h"
#include <algorithm>
#include <array>
#include "tstringlist.h"