Fix some includes in taglib
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <cstddef>
|
||||
|
||||
#include "tbytevectorstream.h"
|
||||
#include "tstring.h"
|
||||
|
||||
26
3rdparty/taglib/toolkit/tutils.h
vendored
26
3rdparty/taglib/toolkit/tutils.h
vendored
@@ -32,20 +32,20 @@
|
||||
|
||||
#include "taglib-config.h"
|
||||
|
||||
# if defined(HAVE_MSC_BYTESWAP)
|
||||
# include <cstdlib>
|
||||
# elif defined(HAVE_GLIBC_BYTESWAP)
|
||||
# include <byteswap.h>
|
||||
# elif defined(HAVE_MAC_BYTESWAP)
|
||||
# include <libkern/OSByteOrder.h>
|
||||
# elif defined(HAVE_OPENBSD_BYTESWAP)
|
||||
# include <sys/endian.h>
|
||||
# endif
|
||||
#if defined(HAVE_MSC_BYTESWAP)
|
||||
# include <cstdlib>
|
||||
#elif defined(HAVE_GLIBC_BYTESWAP)
|
||||
# include <byteswap.h>
|
||||
#elif defined(HAVE_MAC_BYTESWAP)
|
||||
# include <libkern/OSByteOrder.h>
|
||||
#elif defined(HAVE_OPENBSD_BYTESWAP)
|
||||
# include <sys/endian.h>
|
||||
#endif
|
||||
|
||||
# include <tstring.h>
|
||||
# include <cstdio>
|
||||
# include <cstdarg>
|
||||
# include <cstring>
|
||||
#include "tstring.h"
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
#include <cstring>
|
||||
|
||||
namespace Strawberry_TagLib {
|
||||
namespace TagLib {
|
||||
|
||||
2
3rdparty/taglib/toolkit/tzlib.h
vendored
2
3rdparty/taglib/toolkit/tzlib.h
vendored
@@ -26,7 +26,7 @@
|
||||
#ifndef TAGLIB_TZLIB_H
|
||||
#define TAGLIB_TZLIB_H
|
||||
|
||||
#include <tbytevector.h>
|
||||
#include "tbytevector.h"
|
||||
|
||||
// THIS FILE IS NOT A PART OF THE TAGLIB API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user