diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:38:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:38:50 +0200 |
| commit | d4270052ecfd3f75314fc8ea0e22c20384ff8b3c (patch) | |
| tree | cf405480ef7b3cea19d4672b7547583688ee509b /src/util.h | |
| parent | d21b1e6f9cbf10148b38e1bc3ca3d4920e39a432 (diff) | |
Include trimming.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -43,7 +43,7 @@ #include "array_data.h" #include "local_time.h" -#include "types.h" +#include "warnings.h" LIBDCP_DISABLE_WARNINGS #include <asdcp/KM_log.h> LIBDCP_ENABLE_WARNINGS @@ -58,6 +58,11 @@ LIBDCP_ENABLE_WARNINGS #define LIBDCP_UNUSED(x) (void)(x) +namespace ASDCP { + class Dictionary; +} + + namespace xmlpp { class Element; class Node; |
