]> git.tdb.fi Git - builder.git/blobdiff - source/misc.h
Add command line options (not all of them work yet)
[builder.git] / source / misc.h
index ae2ff69437354231395ce3e3a92f79b4b3d21838..a35c0ed3093cf371baf8e6f43b18630c7a16b697 100644 (file)
@@ -3,6 +3,9 @@
 
 #include <list>
 #include <string>
+#include <msp/path/path.h>
+
+typedef std::list<Msp::Path::Path> PathList;
 
 std::string run_command(const std::list<std::string> &);