X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Futil_test.cc;h=a5e671f238d9e4e9ba856bd9c015215b9620c9db;hb=e45fe284b7c334d64c2fe105c0564c5015d3747f;hp=f75fd0e70efd8b05e4654d4f650e7d10f121a7db;hpb=e6d086fff404d9fe5ac080f9e75334eeb315c1da;p=dcpomatic.git diff --git a/test/util_test.cc b/test/util_test.cc index f75fd0e70..a5e671f23 100644 --- a/test/util_test.cc +++ b/test/util_test.cc @@ -17,6 +17,13 @@ */ +#include +#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";