[Lemon-commits] Alpar Juttner: Add missing include to time_measu...

Lemon HG hg at lemon.cs.elte.hu
Wed Feb 11 08:04:38 CET 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/55111a054b2e
changeset: 510:55111a054b2e
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Sat Feb 07 15:30:04 2009 +0000
description:
	Add missing include to time_measure.h

diffstat:

1 file changed, 1 insertion(+)
lemon/time_measure.h |    1 +

diffs (11 lines):

diff --git a/lemon/time_measure.h b/lemon/time_measure.h
--- a/lemon/time_measure.h
+++ b/lemon/time_measure.h
@@ -29,6 +29,7 @@
 #include <windows.h>
 #include <cmath>
 #else
+#include <unistd.h>
 #include <sys/times.h>
 #include <sys/time.h>
 #endif



More information about the Lemon-commits mailing list