]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/memory-stream.cc
Run `make grand-replace'.
[lilypond.git] / flower / memory-stream.cc
index 0fcedb75651041cdded14512e604fcf13723b2aa..270438dcae5257286c808657bea047bb91c8a642 100644 (file)
@@ -3,12 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-#include <assert.h>
-#include <string.h>
-#include <stdlib.h>
+#include <cassert>
+#include <cstring>
+#include <cstdlib>
+using namespace std;
 
 #include "memory-stream.hh"