summaryrefslogtreecommitdiff
path: root/test/error_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/error_test.cc')
-rw-r--r--test/error_test.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/error_test.cc b/test/error_test.cc
index 5477ca5a..6992acff 100644
--- a/test/error_test.cc
+++ b/test/error_test.cc
@@ -17,6 +17,16 @@
*/
+#include <boost/test/unit_test.hpp>
+#include "dcp.h"
+#include "picture_asset.h"
+#include "sound_asset.h"
+#include "util.h"
+#include "exceptions.h"
+
+using std::vector;
+using std::string;
+
/* Check that an exception is thrown when trying to create MXFs from non-existant sources */
BOOST_AUTO_TEST_CASE (error_test)
{