comparison base/RealTime.cpp @ 405:65311fb86166

* Merge rev 1048 (build fixes) from rdf-import branch
author Chris Cannam
date Tue, 29 Apr 2008 09:44:44 +0000
parents 0f0f08c22552
children 72ec275e458b
comparison
equal deleted inserted replaced
404:4884fba80e00 405:65311fb86166
17 Rosegarden MIDI and audio sequencer and notation editor. 17 Rosegarden MIDI and audio sequencer and notation editor.
18 This file copyright 2000-2006 Chris Cannam. 18 This file copyright 2000-2006 Chris Cannam.
19 */ 19 */
20 20
21 #include <iostream> 21 #include <iostream>
22
23 #include <cstdlib>
22 24
23 #if (__GNUC__ < 3) 25 #if (__GNUC__ < 3)
24 #include <strstream> 26 #include <strstream>
25 #define stringstream strstream 27 #define stringstream strstream
26 #else 28 #else