freebsd-ports/math/blitz++/files/patch-timer.h
Ying-Chieh Liao 318b021265 add blitz++ 0.6
A C++ class library for scientific computing
2002-10-10 10:26:55 +00:00

11 lines
231 B
C

--- blitz/timer.h.orig Thu Jul 25 16:47:56 2002
+++ blitz/timer.h Thu Jul 25 16:48:12 2002
@@ -41,6 +41,8 @@
#ifndef BZ_TIMER_H
#define BZ_TIMER_H
+#include <sys/time.h>
+
#ifndef BZ_BLITZ_H
#include <blitz/blitz.h>
#endif