comparison host/simplehost.cpp @ 19:08ee18123f5a

* Build fixes for OS/X and Windows
author cannam
date Wed, 12 Apr 2006 09:57:07 +0000
parents 61887dda7fe0
children 68b8b32a2070
comparison
equal deleted inserted replaced
18:b4043af42278 19:08ee18123f5a
41 #include <iostream> 41 #include <iostream>
42 #include <sndfile.h> 42 #include <sndfile.h>
43 43
44 #include "system.h" 44 #include "system.h"
45 45
46 #include <cmath>
47
46 using std::cout; 48 using std::cout;
47 using std::cerr; 49 using std::cerr;
48 using std::endl; 50 using std::endl;
49 using std::string; 51 using std::string;
50 52