DemoCommand.h
branchv_0
changeset 20 a18b6964d300
parent 12 bc6fe00dd831
child 24 c31fdd965028
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 {