include unistd
authorjacint
Mon, 23 Feb 2004 13:23:53 +0000
changeset 1219d5a99b282c0
parent 120 576f55fec89e
child 122 0a60a10f43ac
include unistd
src/work/marci/time_measure.h
     1.1 --- a/src/work/marci/time_measure.h	Mon Feb 23 11:31:14 2004 +0000
     1.2 +++ b/src/work/marci/time_measure.h	Mon Feb 23 13:23:53 2004 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  #include <sys/times.h>
     1.5  #include <fstream>
     1.6  #include <iostream>
     1.7 +#include <unistd.h>
     1.8  
     1.9  double currTime() {
    1.10    timeval tv;