diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-06 21:21:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-06 21:21:35 +0100 |
| commit | c23fb4a459e445df91f5b8ea8ceaed48bb5c277f (patch) | |
| tree | df9be6c46b2fe9c77c4af828ecdf3c87cc33c92e /test/test.h | |
| parent | 6d661042104f54b7ce6b18b73a3371fff9a33792 (diff) | |
Add very simple test of dcp::SoundFrame.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 62a4c942..d9860687 100644 --- a/test/test.h +++ b/test/test.h @@ -17,6 +17,8 @@ */ +#include <boost/filesystem.hpp> + namespace xmlpp { class Element; } |
