]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-cookie.cc
* configure.in (NCSB_DIR): fix --with-ncsb-dir option.
[lilypond.git] / flower / file-cookie.cc
index b216b8a1e4f95c0941b90271a3cf35f051d44e67..8f4c9c4f85be8372c6407808090d7c38bc54a6f1 100644 (file)
@@ -1,6 +1,7 @@
 
-#include <assert.h>
+#include <cassert>
 #include <cstdio>
+using namespace std;
 
 #include "memory-stream.hh"
 
@@ -54,5 +55,4 @@ extern "C" {
     buf[0] = (char) c;
     return Memory_out_stream::writer (file, buf, 1);
   }
-
 } /* extern C */