ArgumentsCommand.h
branchv_0
changeset 20 a18b6964d300
parent 11 3798b6bc9aea
child 23 9c38f6458115
equal deleted inserted replaced
19:22f493401ac0 20:a18b6964d300
     4 #include <iostream>
     4 #include <iostream>
     5 #include <string>
     5 #include <string>
     6 #include <vector>
     6 #include <vector>
     7 #include <algorithm>
     7 #include <algorithm>
     8 
     8 
     9 #include <typedefs.h>
     9 #include <relpipe/writer/typedefs.h>
    10 
    10 
    11 #include "Command.h"
    11 #include "Command.h"
    12 
    12 
    13 namespace relpipe {
    13 namespace relpipe {
    14 namespace in {
    14 namespace in {