summaryrefslogtreecommitdiff
path: root/test/read_dcp_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/read_dcp_test.cc')
-rw-r--r--test/read_dcp_test.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/read_dcp_test.cc b/test/read_dcp_test.cc
index 5e6827d1..0a9ac119 100644
--- a/test/read_dcp_test.cc
+++ b/test/read_dcp_test.cc
@@ -17,6 +17,13 @@
*/
+#include <boost/test/unit_test.hpp>
+#include "dcp.h"
+#include "cpl.h"
+
+using std::list;
+using boost::shared_ptr;
+
/* Read DCP that is in git and make sure that basic stuff is read in correctly */
BOOST_AUTO_TEST_CASE (read_dcp)
{