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