X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FConfig.hh;h=64d9802f0609f42f9dadd32e2d6a8c27db4f5268;hb=794b9c2774e19c13ac7eee82ec56fd0f42ede5ff;hp=4ef6fb0c09b4db74b058730e6c74e9ad8e6e7e6a;hpb=958bdb52c39fa39f4ef91cafd9628bcb4f85a03c;p=senf.git diff --git a/Utils/Console/Config.hh b/Utils/Console/Config.hh index 4ef6fb0..64d9802 100644 --- a/Utils/Console/Config.hh +++ b/Utils/Console/Config.hh @@ -28,6 +28,7 @@ // Custom includes #include +#include #include "Parse.hh" #include "Executor.hh" @@ -94,7 +95,7 @@ namespace console { private: void parseInternal(); - typedef std::vector Sources; + typedef std::list Sources; Sources sources_; detail::RestrictedExecutor executor_;