Merge branch 'noppc' of https://github.com/mojofunk/ardour into cairocanvas
[ardour.git] / libs / pbd / pbd / tokenizer.h
index 9206d1b6fb58c463d6eceb696762684739ade997..325347351962d18fd97e446fcb9f930d255039b5 100644 (file)
@@ -23,7 +23,8 @@
 #include <iterator>
 #include <string>
 
-#include <pbd/whitespace.h>
+#include "pbd/libpbd_visibility.h"
+#include "pbd/whitespace.h"
 
 namespace PBD {
 
@@ -36,7 +37,7 @@ namespace PBD {
        are discarded.
 */
 template<typename StringType, typename Iter>
-unsigned int
+/*LIBPBD_API*/ unsigned int
 tokenize(const StringType& str,        
         const StringType& delims,
         Iter it,