diff data/model/ReadOnlyWaveFileModel.cpp @ 1218:6b847a59d908 msvc2015_64

MSVC build fixes
author Chris Cannam
date Tue, 18 Oct 2016 15:54:56 +0100
parents d73b4bac2dc4
children a68d407f9752
line wrap: on
line diff
--- a/data/model/ReadOnlyWaveFileModel.cpp	Tue Oct 18 14:04:06 2016 +0100
+++ b/data/model/ReadOnlyWaveFileModel.cpp	Tue Oct 18 15:54:56 2016 +0100
@@ -26,7 +26,7 @@
 #include <QTextStream>
 
 #include <iostream>
-#include <unistd.h>
+//#include <unistd.h>
 #include <cmath>
 #include <sndfile.h>