X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fchainedtask.h;h=4363ffa1cab742d2807c2536839c2803fcf59c64;hb=1df42c314669f30fe1d82f02fdfeeff19f92964e;hp=30a3b3e020020197608b0f05c02223c58db907a9;hpb=b7ecf9d6203492a43bf98e7c611b81c5594cbd00;p=builder.git diff --git a/source/lib/chainedtask.h b/source/lib/chainedtask.h index 30a3b3e..4363ffa 100644 --- a/source/lib/chainedtask.h +++ b/source/lib/chainedtask.h @@ -2,13 +2,14 @@ #define CHAINEDTASK_H_ #include +#include "libbuilder_api.h" #include "task.h" /** Runs multiple tasks as one unit, one after the other. Execution of the chain will stop if any of the component tasks terminates with an error. */ -class ChainedTask: public Task +class LIBBUILDER_API ChainedTask: public Task { private: std::vector tasks;