Fix some includes in taglib
This commit is contained in:
8
3rdparty/taglib/tagunion.cpp
vendored
8
3rdparty/taglib/tagunion.cpp
vendored
@@ -25,10 +25,10 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <tagunion.h>
|
||||
#include <tstringlist.h>
|
||||
#include <tpropertymap.h>
|
||||
#include <tpicturemap.h>
|
||||
#include "tagunion.h"
|
||||
#include "tstringlist.h"
|
||||
#include "tpropertymap.h"
|
||||
#include "tpicturemap.h"
|
||||
|
||||
#define stringUnion(method) \
|
||||
for (size_t j = 0; j < COUNT; ++j) { \
|
||||
|
||||
Reference in New Issue
Block a user