diff options
author | Pixel <pixel@nobis-crew.org> | 2008-09-26 14:52:14 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-09-26 14:52:14 -0700 |
commit | 4a84d6f13637f5867ecfaea29446a69278e9afcf (patch) | |
tree | 1a043299506d4e314b0fe665a20a833e65d1c994 /lib/RandISAAC.cc | |
parent | 0407ac7fb3103b7c162575d204c1147ab0ffac10 (diff) |
Fixing MSVC whinnings.
Diffstat (limited to 'lib/RandISAAC.cc')
-rw-r--r-- | lib/RandISAAC.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/RandISAAC.cc b/lib/RandISAAC.cc index 69bf2f7..5e71cd6 100644 --- a/lib/RandISAAC.cc +++ b/lib/RandISAAC.cc @@ -33,6 +33,7 @@ MODIFIED: */ #include <stdio.h> +#include <time.h> #include <RandISAAC.h> |