Add algorithm include for std::find_if

This commit is contained in:
Stephen Booth
2026-05-16 08:56:44 -06:00
committed by Urs Fleisch
parent e83e02da2e
commit b8b91fd072
7 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
***************************************************************************/
#include "matroskaattachments.h"
#include <algorithm>
#include "matroskaattachedfile.h"
#include "ebmlmkattachments.h"
#include "ebmlmasterelement.h"

View File

@@ -24,6 +24,9 @@
***************************************************************************/
#include "matroskachapters.h"
#include <algorithm>
#include "matroskachapteredition.h"
#include "ebmlstringelement.h"
#include "ebmlbinaryelement.h"

View File

@@ -19,6 +19,9 @@
***************************************************************************/
#include "matroskaseekhead.h"
#include <algorithm>
#include "ebmlmkseekhead.h"
#include "ebmlbinaryelement.h"
#include "ebmluintelement.h"

View File

@@ -19,9 +19,11 @@
***************************************************************************/
#include "matroskatag.h"
#include <algorithm>
#include <array>
#include <tuple>
#include "ebmlmasterelement.h"
#include "ebmlstringelement.h"
#include "ebmlbinaryelement.h"

View File

@@ -25,6 +25,7 @@
#include "mp4atom.h"
#include <algorithm>
#include <array>
#include <climits>
#include <utility>

View File

@@ -25,6 +25,7 @@
#include "textidentificationframe.h"
#include <algorithm>
#include <array>
#include <utility>

View File

@@ -25,6 +25,7 @@
#include "tagunion.h"
#include <algorithm>
#include <array>
#include "tstringlist.h"