diff data/model/WritableWaveFileModel.cpp @ 723:21d39720d5da

Patch for compilation with gcc-4.7, from Michel Alexandre Salim
author Chris Cannam
date Mon, 05 Mar 2012 08:48:36 +0000
parents 1424aa29ae95
children e802e550a1f2
line wrap: on
line diff
--- a/data/model/WritableWaveFileModel.cpp	Wed Jan 18 18:13:08 2012 +0000
+++ b/data/model/WritableWaveFileModel.cpp	Mon Mar 05 08:48:36 2012 +0000
@@ -26,6 +26,7 @@
 
 #include <cassert>
 #include <iostream>
+#include <stdint.h>
 
 //#define DEBUG_WRITABLE_WAVE_FILE_MODEL 1