X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fcpu-timer.hh;h=d5be05056cdb2017bbbfa05ae87ab8b89030bae7;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=3205c42b35db0826ff34e72ebc86c9cf8accfe28;hpb=2181534bd94587fcac8f1769f2dda7bece693649;p=lilypond.git diff --git a/flower/include/cpu-timer.hh b/flower/include/cpu-timer.hh index 3205c42b35..d5be05056c 100644 --- a/flower/include/cpu-timer.hh +++ b/flower/include/cpu-timer.hh @@ -3,17 +3,19 @@ source file of the Flower Library - (c) 1997 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ - #ifndef CPU_TIMER_HH #define CPU_TIMER_HH -#include +#include +using namespace std; + #include "real.hh" -class Cpu_timer { +class Cpu_timer +{ clock_t start_clock_; public: Cpu_timer ();