X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Finstalledfile.h;h=e9dfe17673a94570c3a4707b635b1b55d485ed54;hb=6ce67e1469bf62156ddf64e33644851f9064c6ed;hp=0dd671f42bf56c745d44d860bd2b6448fcbc41e2;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/source/lib/installedfile.h b/source/lib/installedfile.h index 0dd671f..e9dfe17 100644 --- a/source/lib/installedfile.h +++ b/source/lib/installedfile.h @@ -1,13 +1,14 @@ #ifndef INSTALLEDFILE_H_ #define INSTALLEDFILE_H_ -#include "sourcepackage.h" #include "filetarget.h" +#include "libbuilder_api.h" +#include "sourcepackage.h" /** Represents the installation of a file. */ -class InstalledFile: public FileTarget +class LIBBUILDER_API InstalledFile: public FileTarget { private: FileTarget &source;