X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Ftoolchain.h;h=b3738c61ba530fd5d3da396b1609fe77d2dcffde;hb=1df42c314669f30fe1d82f02fdfeeff19f92964e;hp=34fc0a2b6651a77eda77c44c97c4679edd8057db;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/source/lib/toolchain.h b/source/lib/toolchain.h index 34fc0a2..b3738c6 100644 --- a/source/lib/toolchain.h +++ b/source/lib/toolchain.h @@ -4,13 +4,14 @@ #include #include #include +#include "libbuilder_api.h" class Tool; /** A container for tools. Performs lookup based on tag or filename extension. */ -class Toolchain +class LIBBUILDER_API Toolchain { private: std::string name;