]> git.tdb.fi Git - builder.git/blobdiff - source/lib/installedfile.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / installedfile.h
index 0dd671f42bf56c745d44d860bd2b6448fcbc41e2..e9dfe17673a94570c3a4707b635b1b55d485ed54 100644 (file)
@@ -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;