]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype-error.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / freetype-error.cc
index 88af76c1ae84ad97b870e016a0c8e1ac432ed90f..dedb246b27a3668b345b691df6d8bbc2f2d0be8e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2012 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2007--2015 Han-Wen Nienhuys <hanwen@lilypond.org>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -37,6 +37,8 @@ const struct Freetype_error_message
 
 #include <string>
 
+using std::string;
+
 string
 freetype_error_string (FT_Error code)
 {