Patch #1013 ยป futils.patch
| include/exiv2/futils.hpp (working copy) | ||
|---|---|---|
| 33 | 33 |
// ********************************************************************* |
| 34 | 34 |
// included header files |
| 35 | 35 |
#include "config.h" |
| 36 |
#include "types.hpp" |
|
| 36 | 37 | |
| 37 | 38 |
#define UNUSED(x) (void)(x) |
| 38 | 39 | |
| ... | ... | |
| 41 | 42 |
#endif |
| 42 | 43 | |
| 43 | 44 |
// + standard includes |
| 44 |
#include <types.hpp> |
|
| 45 | 45 |
#include <string> |
| 46 | 46 |
#include <map> |
| 47 | 47 |
#include <limits.h> // for UINT_MAX |