summaryrefslogblamecommitdiff
path: root/math/blitz++/files/patch-timer.h
blob: 1917e059dad20a28875eebdd48b245747abc83fa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                
--- 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