Split test compile up into individual files.
[dcpomatic.git] / test / util_test.cc
index f75fd0e70efd8b05e4654d4f650e7d10f121a7db..a5e671f238d9e4e9ba856bd9c015215b9620c9db 100644 (file)
 
 */
 
+#include <boost/test/unit_test.hpp>
+#include "lib/util.h"
+#include "lib/exceptions.h"
+
+using std::string;
+using std::vector;
+
 BOOST_AUTO_TEST_CASE (util_test)
 {
        string t = "Hello this is a string \"with quotes\" and indeed without them";