diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-18 17:17:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-18 17:17:37 +0100 |
| commit | 0b1f3a5dc3069726e61670b1aa35e62ba96ed198 (patch) | |
| tree | c10de9bc0b1b12b81ee92945d33f98edd8bf7766 /test/test.h | |
| parent | 59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (diff) | |
Token 4K test.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 6a6ba65ad..5c37f82d8 100644 --- a/test/test.h +++ b/test/test.h @@ -17,6 +17,10 @@ */ +#include <boost/filesystem.hpp> + +class Film; + extern void wait_for_jobs (); extern boost::shared_ptr<Film> new_test_film (std::string); extern void check_dcp (std::string, std::string); |
