]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/std-string.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / flower / std-string.cc
index 593a286d84e291313a3266c4f0d874549268bc56..b03d3cca5957de66ef08f28057529671d94394ce 100644 (file)
@@ -21,6 +21,9 @@
 #include "string-convert.hh"
 #include "std-vector.hh"
 
+using std::string;
+using std::vector;
+
 string
 to_string (const string &s)
 {