[easytag] Fix C++ ID3 wrapper compilation



commit 5b8b65d47c1dd2b8f589f68492d7ee3b08161c71
Author: Roman Bogorodskiy <bogorodskiy gmail com>
Date:   Mon Apr 14 12:00:24 2014 +0100

    Fix C++ ID3 wrapper compilation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728113

 src/id3lib/c_wrapper.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/id3lib/c_wrapper.cpp b/src/id3lib/c_wrapper.cpp
index c4ad235..7f63406 100644
--- a/src/id3lib/c_wrapper.cpp
+++ b/src/id3lib/c_wrapper.cpp
@@ -32,6 +32,8 @@
 #include <id3/field.h>
 #include <id3/tag.h>
 
+#include "id3_bugfix.h"
+
 #ifdef __cplusplus
 extern "C"
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]