X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=5d62a9a1ec759b1d6d2e06eb91aa363cfcb617a6;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=b7b0b78b407e4445a1f354b74e08d7571f3a9aaf;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/builder.h b/source/builder.h index b7b0b78..5d62a9a 100644 --- a/source/builder.h +++ b/source/builder.h @@ -1,7 +1,6 @@ #ifndef BUILDER_H_ #define BUILDER_H_ -#include #include #include #include @@ -86,7 +85,7 @@ public: void set_logger(const Logger *); const Logger &get_logger() const { return *logger; } - std::list collect_problems() const; + std::vector collect_problems() const; /** Loads a build file. If opts is not null, it is used to configure any packages loaded from this file. If all is true, external packages are also