]> git.tdb.fi Git - builder.git/blobdiff - source/lib/logger.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / logger.h
index 3a10f0e89177e10c071b97cd389c79e4d46a1404..91bda2320f3f694e7426f04996044b75ae26eb8b 100644 (file)
@@ -4,8 +4,9 @@
 #include <string>
 #include <vector>
 #include <msp/strings/format.h>
+#include "libbuilder_api.h"
 
-class Logger
+class LIBBUILDER_API Logger
 {
 private:
        std::vector<std::string> enabled_channels;