]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/cpu-timer.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / cpu-timer.hh
index ce4a8a8258adf125f361079709e2251e366b16a8..d5be05056cdb2017bbbfa05ae87ab8b89030bae7 100644 (file)
@@ -3,18 +3,19 @@
 
   source file of the Flower Library
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef CPU_TIMER_HH
 #define CPU_TIMER_HH
 
 #include <ctime>
+using namespace std;
 
 #include "real.hh"
 
-class Cpu_timer {
+class Cpu_timer
+{
   clock_t start_clock_;
 public:
   Cpu_timer ();