comparison vamp-sdk/RealTime.h @ 5:b075cddf70a6

* Fix for unique guards
author cannam
date Fri, 31 Mar 2006 15:55:17 +0000
parents 0133b3513e2b
children 8f10d35a4090
comparison
equal deleted inserted replaced
4:631468924a38 5:b075cddf70a6
38 This is a modified version of a source file from the 38 This is a modified version of a source file from the
39 Rosegarden MIDI and audio sequencer and notation editor. 39 Rosegarden MIDI and audio sequencer and notation editor.
40 This file copyright 2000-2006 Chris Cannam; relicensed as detailed above 40 This file copyright 2000-2006 Chris Cannam; relicensed as detailed above
41 */ 41 */
42 42
43 #ifndef _REAL_TIME_H_ 43 #ifndef _VAMP_REAL_TIME_H_
44 #define _REAL_TIME_H_ 44 #define _VAMP_REAL_TIME_H_
45 45
46 #include <iostream> 46 #include <iostream>
47 #include <string> 47 #include <string>
48 48
49 struct timeval; 49 struct timeval;