diff --git a/taglib/matroska/matroskaattachments.cpp b/taglib/matroska/matroskaattachments.cpp index 1d9957ae..f5dd1b29 100644 --- a/taglib/matroska/matroskaattachments.cpp +++ b/taglib/matroska/matroskaattachments.cpp @@ -19,6 +19,9 @@ ***************************************************************************/ #include "matroskaattachments.h" + +#include + #include "matroskaattachedfile.h" #include "ebmlmkattachments.h" #include "ebmlmasterelement.h" diff --git a/taglib/matroska/matroskachapters.cpp b/taglib/matroska/matroskachapters.cpp index 0dd9c742..3d6ebd74 100644 --- a/taglib/matroska/matroskachapters.cpp +++ b/taglib/matroska/matroskachapters.cpp @@ -24,6 +24,9 @@ ***************************************************************************/ #include "matroskachapters.h" + +#include + #include "matroskachapteredition.h" #include "ebmlstringelement.h" #include "ebmlbinaryelement.h" diff --git a/taglib/matroska/matroskaseekhead.cpp b/taglib/matroska/matroskaseekhead.cpp index 372b140d..c6de7e37 100644 --- a/taglib/matroska/matroskaseekhead.cpp +++ b/taglib/matroska/matroskaseekhead.cpp @@ -19,6 +19,9 @@ ***************************************************************************/ #include "matroskaseekhead.h" + +#include + #include "ebmlmkseekhead.h" #include "ebmlbinaryelement.h" #include "ebmluintelement.h" diff --git a/taglib/matroska/matroskatag.cpp b/taglib/matroska/matroskatag.cpp index a503f1a1..2f5595f6 100644 --- a/taglib/matroska/matroskatag.cpp +++ b/taglib/matroska/matroskatag.cpp @@ -19,9 +19,11 @@ ***************************************************************************/ #include "matroskatag.h" + #include #include #include + #include "ebmlmasterelement.h" #include "ebmlstringelement.h" #include "ebmlbinaryelement.h" diff --git a/taglib/mp4/mp4atom.cpp b/taglib/mp4/mp4atom.cpp index 24578b6b..6f6ad68c 100644 --- a/taglib/mp4/mp4atom.cpp +++ b/taglib/mp4/mp4atom.cpp @@ -25,6 +25,7 @@ #include "mp4atom.h" +#include #include #include #include diff --git a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp index 743ca8af..e83b0db1 100644 --- a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp +++ b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp @@ -25,6 +25,7 @@ #include "textidentificationframe.h" +#include #include #include diff --git a/taglib/tagunion.cpp b/taglib/tagunion.cpp index fdd5b882..11f4a152 100644 --- a/taglib/tagunion.cpp +++ b/taglib/tagunion.cpp @@ -25,6 +25,7 @@ #include "tagunion.h" +#include #include #include "tstringlist.h"