From bcc104ce79f153cd853920ff924e13f84793b61c Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Thu, 24 Mar 2011 18:20:49 -0700 Subject: A first stab at the 'nbody' demo, with support for calling C sqrt(). --- src/rt/rust_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt/rust_internal.h') diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 5bd62d2b..a1cc8e51 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -16,6 +16,7 @@ #include #include #include +#include #include "rust.h" #include "rand.h" -- cgit v1.2.3