Bug #547 » gcc43.patch
| exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp 2008-04-18 21:42:24.759030670 -0700 | ||
|---|---|---|
| 21 | 21 | |
| 22 | 22 |
#include <vector> |
| 23 | 23 |
#include <string> |
| 24 |
#include <cstring> |
|
| 24 | 25 |
#include <map> |
| 25 | 26 | |
| 26 | 27 |
#include <cassert> |
| exiv2-0.16/xmpsdk/src/XMPMeta.cpp 2008-04-18 21:41:59.981260226 -0700 | ||
|---|---|---|
| 24 | 24 |
#include <iostream> |
| 25 | 25 |
#endif |
| 26 | 26 | |
| 27 |
#include <cstring> |
|
| 28 | ||
| 27 | 29 |
using namespace std; |
| 28 | 30 | |
| 29 | 31 |
#if XMP_WinBuild |
| exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp 2008-04-18 21:42:47.998017709 -0700 | ||
|---|---|---|
| 25 | 25 |
#include <iostream> |
| 26 | 26 |
#endif |
| 27 | 27 | |
| 28 |
#include <cstring> |
|
| 29 | ||
| 28 | 30 |
using namespace std; |
| 29 | 31 | |
| 30 | 32 |
#if XMP_WinBuild |
| exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp 2008-04-18 21:44:03.867034243 -0700 | ||
|---|---|---|
| 23 | 23 |
#include <iostream> |
| 24 | 24 |
#endif |
| 25 | 25 | |
| 26 |
#include <cstring> |
|
| 27 | ||
| 26 | 28 |
using namespace std; |
| 27 | 29 | |
| 28 | 30 |
#if XMP_WinBuild |