about summary refs log tree commit diff
path: root/src/rt/boxed_region.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/boxed_region.cpp')
-rw-r--r--src/rt/boxed_region.cpp2
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"