diff options
| author | bors <bors@rust-lang.org> | 2013-08-09 18:41:13 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-09 18:41:13 -0700 |
| commit | e81e81f234731a31fad9afdc2045bef3fbdf1109 (patch) | |
| tree | f15c93f7989462a768b7c333e6dec0445c62472d /src/rt/boxed_region.cpp | |
| parent | 6f6dce7bbcfb104a8a1e23b0b93d83cbb770f338 (diff) | |
| parent | b75915d0ca20c6d066a7368ad53491a55a5a57d2 (diff) | |
auto merge of #8387 : brson/rust/nooldrt, r=brson
Diffstat (limited to 'src/rt/boxed_region.cpp')
| -rw-r--r-- | src/rt/boxed_region.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/boxed_region.cpp b/src/rt/boxed_region.cpp index 012333b931e..0d3d6c019f8 100644 --- a/src/rt/boxed_region.cpp +++ b/src/rt/boxed_region.cpp @@ -8,9 +8,9 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#include "memory_region.h" #include "boxed_region.h" #include "rust_globals.h" -#include "rust_task.h" #include "rust_env.h" #include "rust_util.h" |
