]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/least-squares.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / least-squares.cc
index 66a0999780a9f84bc79dfbdba016e7ae418ca6a0..1056af060c3b7d94d727cd0cfaaa255d4f31c443 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1996--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -21,6 +21,8 @@
 
 #include "warn.hh"
 
+using std::vector;
+
 void
 minimise_least_squares (Real *coef, Real *offset,
                         vector<Offset> const &input)