X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Ftemplatefile.h;fp=source%2Flib%2Ftemplatefile.h;h=a67e0bf7f9f6a0b8dc8487bc7dcab5a96f0c375c;hb=1df42c314669f30fe1d82f02fdfeeff19f92964e;hp=091202590e65effa6d257a56f06a24a0baf7a74b;hpb=b7ecf9d6203492a43bf98e7c611b81c5594cbd00;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) { }