63 lines
2.0 KiB
Diff
63 lines
2.0 KiB
Diff
diff -up exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp.gcc43 exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp
|
|
--- exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp.gcc43 2007-12-08 10:52:25.000000000 -0600
|
|
+++ exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp 2008-02-11 08:12:25.000000000 -0600
|
|
@@ -20,6 +20,7 @@
|
|
#include "client-glue/WXMPMeta.hpp"
|
|
|
|
#include <vector>
|
|
+#include <cstring>
|
|
#include <string>
|
|
#include <map>
|
|
|
|
diff -up exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp
|
|
--- exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp.gcc43 2007-10-05 23:46:22.000000000 -0500
|
|
+++ exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp 2008-02-11 07:45:25.000000000 -0600
|
|
@@ -22,8 +22,11 @@
|
|
#include <iostream>
|
|
#endif
|
|
|
|
+#include <cstring>
|
|
+
|
|
using namespace std;
|
|
|
|
+
|
|
#if XMP_WinBuild
|
|
#pragma warning ( disable : 4533 ) // initialization of '...' is skipped by 'goto ...'
|
|
#pragma warning ( disable : 4702 ) // unreachable code
|
|
diff -up exiv2-0.16/xmpsdk/src/XMPMeta.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta.cpp
|
|
--- exiv2-0.16/xmpsdk/src/XMPMeta.cpp.gcc43 2007-10-06 03:11:52.000000000 -0500
|
|
+++ exiv2-0.16/xmpsdk/src/XMPMeta.cpp 2008-02-11 07:43:12.000000000 -0600
|
|
@@ -24,6 +24,8 @@
|
|
#include <iostream>
|
|
#endif
|
|
|
|
+#include <cstring>
|
|
+
|
|
using namespace std;
|
|
|
|
#if XMP_WinBuild
|
|
diff -up exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp
|
|
--- exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp.gcc43 2007-10-01 12:59:06.000000000 -0500
|
|
+++ exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp 2008-02-11 07:48:01.000000000 -0600
|
|
@@ -25,6 +25,8 @@
|
|
#include <iostream>
|
|
#endif
|
|
|
|
+#include <cstring>
|
|
+
|
|
using namespace std;
|
|
|
|
#if XMP_WinBuild
|
|
diff -up exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp
|
|
--- exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp.gcc43 2008-02-11 07:46:47.000000000 -0600
|
|
+++ exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp 2008-02-11 07:47:00.000000000 -0600
|
|
@@ -23,6 +23,8 @@
|
|
#include <iostream>
|
|
#endif
|
|
|
|
+#include <cstring>
|
|
+
|
|
using namespace std;
|
|
|
|
#if XMP_WinBuild
|