X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Ftemplatefile.h;h=a67e0bf7f9f6a0b8dc8487bc7dcab5a96f0c375c;hb=19de47d18af9c3021d77a7f84622a352adbd6ae5;hp=091202590e65effa6d257a56f06a24a0baf7a74b;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/source/lib/templatefile.h b/source/lib/templatefile.h index 0912025..a67e0bf 100644 --- a/source/lib/templatefile.h +++ b/source/lib/templatefile.h @@ -1,12 +1,13 @@ #ifndef TEMPLATEFILE_H_ #define TEMPLATEFILE_H_ +#include "libbuilder_api.h" #include "sourcefile.h" /** Input file for SourceGenerator. */ -class TemplateFile: public SourceFile +class LIBBUILDER_API TemplateFile: public SourceFile { public: TemplateFile(Builder &b, const Component &c, const Msp::FS::Path &p): SourceFile(b, c, p) { }