]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/cpu-timer.hh
add 2007 to (c) year.
[lilypond.git] / flower / include / cpu-timer.hh
index ce4a8a8258adf125f361079709e2251e366b16a8..01383b5edb85cc04f11563e187bb0a7ae485cfc0 100644 (file)
@@ -3,18 +3,19 @@
 
   source file of the Flower Library
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2007 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 ();