[project @ 2003-07-24 12:19:57 by ralf]
[ghc-base.git] / Data / Complex.hs
index 3b15691..f2cef50 100644 (file)
@@ -95,7 +95,7 @@ phase (x:+y)   = atan2 y x
 -- Instances of Complex
 
 #ifndef __NHC__
-#include "Dynamic.h"
+#include "Typeable.h"
 INSTANCE_TYPEABLE1(Complex,complexTc,"Complex")
 #endif