diff options
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; |
