]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/test-file-path.cc
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / flower / test-file-path.cc
index e55309a3f775dd428f339a4d8960feb26ac19f01..fa23bddedd6741984e25203bb5883a804675b664 100644 (file)
@@ -15,7 +15,7 @@ TEST (File_path, Find)
   char cwd[PATH_MAX];
   if (!getcwd (cwd, PATH_MAX))
     {
-      cerr << "Could not get current work directory\n";
+      std::cerr << "Could not get current work directory\n";
       exit (1);
     }
   string ly_dir = string (getenv ("top-src-dir")) + "/ly";