add export visibility control to libpbd (works thus far on linux/gcc)
[ardour.git] / libs / pbd / pbd / search_path.h
index 5358d6e14c6a409313eb35990dc5feeaf7991b2a..ad0b6c75d55505c55290f2ff733a2c3ee20c5e4c 100644 (file)
@@ -23,6 +23,8 @@
 #include <string>
 #include <vector>
 
+#include "pbd/libpbd_visibility.h"
+
 namespace PBD {
 
 /**
@@ -36,7 +38,7 @@ namespace PBD {
  * The SearchPath class does not test whether the paths exist
  * or are directories. It is basically just a container.
  */
-class SearchPath : public std::vector<std::string>
+class LIBPBD_API SearchPath : public std::vector<std::string>
 {
 public:
        /**