From b6d216df9db7d57b33d9daaf64e9a13a146074f1 Mon Sep 17 00:00:00 2001 From: pollney Date: Tue, 7 Jan 2003 13:35:34 +0000 Subject: Include time.h explicitly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@12 936e0995-0e4f-0410-aade-aa24bf7baf3d --- src/noise.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/noise.h b/src/noise.h index f510a52..d2488b1 100644 --- a/src/noise.h +++ b/src/noise.h @@ -4,6 +4,7 @@ #define NOISE_H #include +#include #include "cctk.h" -- cgit v1.2.3