]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/column-x-positions.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / column-x-positions.hh
index f4ef6a02dc185a4a04d1e4e4a803856166576b8c..dc35c0dc8989c0b3c54b0b30308c0369a5db113d 100644 (file)
 
 struct Column_x_positions
 {
-  vector<Grob *> cols_;
-  vector<Grob *> loose_cols_;
+  std::vector<Grob *> cols_;
+  std::vector<Grob *> loose_cols_;
 
-  vector<Real> config_;
+  std::vector<Real> config_;
   Real force_;
   bool satisfies_constraints_;