Use dcp::compose rather than our own.
[dcpomatic.git] / src / wx / job_manager_view.cc
index 19243393c308dc174e7ee7bda14c1699f183df8d..e49227ef16841c0664112467996f245b6f1cb549 100644 (file)
@@ -33,7 +33,7 @@
 #include "lib/job.h"
 #include "lib/util.h"
 #include "lib/exceptions.h"
-#include "lib/compose.hpp"
+#include <dcp/compose.h>
 #include <iostream>