]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / translator.cc
index 370f7771c0dcf2a95148ee964b97f4ccd00eb284..a277eab16d96f86ffc7e7c2e2188a434f812357c 100644 (file)
@@ -28,6 +28,9 @@
 
 #include "translator.icc"
 
+using std::string;
+using std::vector;
+
 Translator::~Translator ()
 {
 }