former is used. to_string is part of C++11 STL, so pick the version from the global namespace whenever it is unclear which one is desired.
12 lines
333 B
C++
12 lines
333 B
C++
$NetBSD: patch-lily_global-ctor.cc,v 1.1 2013/06/16 20:46:52 joerg Exp $
|
|
|
|
--- lily/global-ctor.cc.orig 2013-06-16 19:28:17.000000000 +0000
|
|
+++ lily/global-ctor.cc
|
|
@@ -17,6 +17,7 @@
|
|
along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
+#include "config.hh"
|
|
#include "global-ctor.hh"
|
|
|
|
#include "std-vector.hh"
|