Fix FTBFS due to missing includes

Thanks to Francois Andriot for the patch!
(cherry picked from commit 97e01d2455)
v3.5.13-sru
Slávek Banko 12 years ago
parent ecc45da354
commit 4fe698b281

@ -15,6 +15,7 @@
#include <climits>
#include <cmath>
#include <stdarg.h>
#include <cstring>
#include <config.h>

@ -23,6 +23,7 @@ class HelixSimplePlayerAudioStreamInfoResponse;
#include <limits.h>
#include <sys/param.h>
#include <pthread.h>
#include <cstring>
#include <vector>
#include <config.h>
#include <iostream>

@ -15,6 +15,8 @@
the alsa guys
***************************************************************************/
#include <cstdlib>
#include <cstring>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>

@ -30,6 +30,7 @@ email : aumuell@reserv.at
#include <audioproperties.h>
#include <stdint.h>
#include <cstdlib>
#define MP4V2_HAS_WRITE_BUG 1

@ -30,6 +30,7 @@ email : andrew.leadbetter@gmail.com
#endif
#include <stdint.h>
#include <cstring>
#ifndef UINT64_TO_DOUBLE
#define UINT64_TO_DOUBLE(a) ((double)((int64_t)(a)))

@ -24,6 +24,8 @@ email : andrew.leadbetter@gmail.com
#include <tag.h>
#include <stdint.h>
#include <cstdlib>
#include <cstring>
using namespace TagLib;

@ -24,6 +24,7 @@
#include "taglib_mp4filetyperesolver.h"
#include "mp4file.h"
#include <cstring>
TagLib::File *MP4FileTypeResolver::createFile(const char *fileName,
bool readProperties,

Loading…
Cancel
Save