[easytag/easytag-2-2] Fix C++ ID3 wrapper compilation
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/easytag-2-2] Fix C++ ID3 wrapper compilation
- Date: Mon, 14 Apr 2014 11:02:30 +0000 (UTC)
commit 47a36e75e0feef181bea5dc167bfe2351c158117
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]