add code to display announcements, and parameterize several URL's used in the program
[ardour.git] / libs / pbd / pbd / openuri.h
index 0e74c6da9000cf79832dfb8c84bf6eb0ef10aa53..ec17b5a34ab784b479d311fa21415386c88e5dff 100644 (file)
 #ifndef __libpbd_openuri_h__
 #define __libpbd_openuri_h__
 
+#include <string>
+
 namespace PBD {
         bool open_uri (const char*);
+        bool open_uri (const std::string&);
 }
 
 #endif