Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
1217:046f05fa31f3 | 1218:6b847a59d908 |
---|---|
24 | 24 |
25 #include <QFileInfo> | 25 #include <QFileInfo> |
26 #include <QTextStream> | 26 #include <QTextStream> |
27 | 27 |
28 #include <iostream> | 28 #include <iostream> |
29 #include <unistd.h> | 29 //#include <unistd.h> |
30 #include <cmath> | 30 #include <cmath> |
31 #include <sndfile.h> | 31 #include <sndfile.h> |
32 | 32 |
33 #include <cassert> | 33 #include <cassert> |
34 | 34 |