summaryrefslogtreecommitdiff
path: root/libs/ardour/tape_file_matcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/tape_file_matcher.cc')
-rw-r--r--libs/ardour/tape_file_matcher.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/tape_file_matcher.cc b/libs/ardour/tape_file_matcher.cc
index 9661ccf662..bedb7e629b 100644
--- a/libs/ardour/tape_file_matcher.cc
+++ b/libs/ardour/tape_file_matcher.cc
@@ -22,6 +22,8 @@
#include "i18n.h"
+using namespace std;
+
namespace {
const char* const tape_file_regex_string = X_("/T[0-9][0-9][0-9][0-9]-");