From: simonmar Date: Tue, 31 Jul 2001 14:36:19 +0000 (+0000) Subject: [project @ 2001-07-31 14:36:19 by simonmar] X-Git-Tag: nhc98-1-18-release~1188 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0f0a57837220e737b6dbed78d2eb3f7193f3c682;p=ghc-base.git [project @ 2001-07-31 14:36:19 by simonmar] add missing #include --- diff --git a/Data/Array/Base.hs b/Data/Array/Base.hs index 0c1f073..2d7cdca 100644 --- a/Data/Array/Base.hs +++ b/Data/Array/Base.hs @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Base.hs,v 1.3 2001/07/31 13:38:10 simonmar Exp $ +-- $Id: Base.hs,v 1.4 2001/07/31 14:36:19 simonmar Exp $ -- -- Basis for IArray and MArray. Not intended for external consumption; -- use IArray or MArray instead. @@ -38,6 +38,8 @@ import GHC.Word ( Word8(..), Word16(..), Word32(..), Word64(..) ) import Data.Dynamic #include "Dynamic.h" +#include "MachDeps.h" + ----------------------------------------------------------------------------- -- Class of immutable arrays