]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-turn-page-breaking.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / page-turn-page-breaking.cc
index 09545020c482ca4277de5b888e96c6f31f1df3bc..85a090f6eab69ed97e3c233ea0cc904de4c4777f 100644 (file)
@@ -29,6 +29,9 @@
 #include "system.hh"
 #include "warn.hh"
 
+using std::string;
+using std::vector;
+
 template<typename T>
 static bool
 is_break (T *g)