From 3b89d9eaa03406a5e03648f47734211f09b89d62 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 May 2009 17:03:42 +0000 Subject: Remove most using declarations from header files. git-svn-id: svn://localhost/ardour2/branches/3.0@5069 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/tape_file_matcher.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/tape_file_matcher.cc') 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]-"); -- cgit v1.2.3