Merge pull request #152 from TsudaKageyu/missing-include

Add missing inclusions of config.h
This commit is contained in:
Tsuda Kageyu 2013-04-17 22:25:47 -07:00
commit 82e616101a
10 changed files with 26 additions and 5 deletions

View File

@ -24,7 +24,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <taglib.h>

View File

@ -24,7 +24,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <taglib.h>

View File

@ -28,7 +28,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#ifdef _WIN32

View File

@ -24,7 +24,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <taglib.h>

View File

@ -24,8 +24,9 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <stdio.h>
#include <taglib.h>

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <bitset>
#include <tbytevector.h>

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "tbytevectorlist.h"
using namespace TagLib;

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <algorithm>
namespace TagLib {

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
namespace TagLib {
////////////////////////////////////////////////////////////////////////////////

View File

@ -23,6 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "tstringlist.h"
using namespace TagLib;