Mercurial > hg > vamp-plugin-sdk
comparison host/vamp-simple-host.cpp @ 130:44e6b94c2696
* patch from Tim Blechmann for gcc-4.3 compile
author | cannam |
---|---|
date | Tue, 11 Mar 2008 09:22:53 +0000 |
parents | 9830daccee4b |
children | 31eda4b11f2b |
comparison
equal
deleted
inserted
replaced
129:8e11b0bbcb3c | 130:44e6b94c2696 |
---|---|
43 | 43 |
44 #include <iostream> | 44 #include <iostream> |
45 #include <fstream> | 45 #include <fstream> |
46 #include <set> | 46 #include <set> |
47 #include <sndfile.h> | 47 #include <sndfile.h> |
48 | |
49 #include <cstring> | |
50 #include <cstdlib> | |
48 | 51 |
49 #include "system.h" | 52 #include "system.h" |
50 | 53 |
51 #include <cmath> | 54 #include <cmath> |
52 | 55 |