X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fchainedtask.h;h=4363ffa1cab742d2807c2536839c2803fcf59c64;hb=19de47d18af9c3021d77a7f84622a352adbd6ae5;hp=30a3b3e020020197608b0f05c02223c58db907a9;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;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;