diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 15:43:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 15:43:15 +0100 |
| commit | 43465aa4037cec6d351a842a6624a50685d6c127 (patch) | |
| tree | c4a7ddc4ee7fd49492588422bb53b2c84760e83c /src/xml/kdm_smpte.h | |
| parent | b405b414993458babbb4532ddeeef9928ec7c06e (diff) | |
Split tests up.
Diffstat (limited to 'src/xml/kdm_smpte.h')
| -rw-r--r-- | src/xml/kdm_smpte.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xml/kdm_smpte.h b/src/xml/kdm_smpte.h index e8e65e98..0139876f 100644 --- a/src/xml/kdm_smpte.h +++ b/src/xml/kdm_smpte.h @@ -37,6 +37,9 @@ #include <boost/optional.hpp> #include <boost/filesystem.hpp> #include <libxml/parser.h> +#include <libxml++/libxml++.h> +#include <libcxml/cxml.h> +#include "../exceptions.h" namespace libdcp { namespace xml { |
