summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/openuri.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/openuri.h')
-rw-r--r--libs/pbd/pbd/openuri.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/pbd/pbd/openuri.h b/libs/pbd/pbd/openuri.h
index 0e74c6da90..ec17b5a34a 100644
--- a/libs/pbd/pbd/openuri.h
+++ b/libs/pbd/pbd/openuri.h
@@ -20,8 +20,11 @@
#ifndef __libpbd_openuri_h__
#define __libpbd_openuri_h__
+#include <string>
+
namespace PBD {
bool open_uri (const char*);
+ bool open_uri (const std::string&);
}
#endif