]> git.tdb.fi Git - builder.git/blobdiff - source/lib/toolchain.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / toolchain.h
index 34fc0a2b6651a77eda77c44c97c4679edd8057db..b3738c61ba530fd5d3da396b1609fe77d2dcffde 100644 (file)
@@ -4,13 +4,14 @@
 #include <map>
 #include <string>
 #include <vector>
+#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;