mirror of
https://github.com/taglib/taglib.git
synced 2026-06-10 00:09:18 -04:00
Add algorithm include for std::find_if
This commit is contained in:
committed by
Urs Fleisch
parent
e83e02da2e
commit
b8b91fd072
@@ -19,6 +19,9 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "matroskaattachments.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "matroskaattachedfile.h"
|
||||
#include "ebmlmkattachments.h"
|
||||
#include "ebmlmasterelement.h"
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "matroskachapters.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "matroskachapteredition.h"
|
||||
#include "ebmlstringelement.h"
|
||||
#include "ebmlbinaryelement.h"
|
||||
|
||||
@@ -19,6 +19,9 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "matroskaseekhead.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "ebmlmkseekhead.h"
|
||||
#include "ebmlbinaryelement.h"
|
||||
#include "ebmluintelement.h"
|
||||
|
||||
@@ -19,9 +19,11 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "matroskatag.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <tuple>
|
||||
|
||||
#include "ebmlmasterelement.h"
|
||||
#include "ebmlstringelement.h"
|
||||
#include "ebmlbinaryelement.h"
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include "tagunion.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
#include "tstringlist.h"
|
||||
|
||||
Reference in New Issue
Block a user