diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2012-01-06 12:06:35 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-01-06 22:40:31 -0800 |
| commit | 8506241f3a0dce3f0d24764a3ce3d16f99bcb809 (patch) | |
| tree | 70d453fea82f951f06184de75d45f2ada8536e4b /src/rt/rust.cpp | |
| parent | 8e89df69de47a4f944f5c3fc249a88c5934864b2 (diff) | |
| download | rust-8506241f3a0dce3f0d24764a3ce3d16f99bcb809.tar.gz rust-8506241f3a0dce3f0d24764a3ce3d16f99bcb809.zip | |
fix how we walk functions to match new closure fmt
Diffstat (limited to 'src/rt/rust.cpp')
| -rw-r--r-- | src/rt/rust.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp index 03acdaa91e0..6542c7237a7 100644 --- a/src/rt/rust.cpp +++ b/src/rt/rust.cpp @@ -1,4 +1,5 @@ #include "rust_internal.h" +#include "rust_util.h" #include <cstdio> struct |
