diff options
Diffstat (limited to 'runtime/gc/space/malloc_space.h')
| -rw-r--r-- | runtime/gc/space/malloc_space.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/space/malloc_space.h b/runtime/gc/space/malloc_space.h index 7230116106..cfde460034 100644 --- a/runtime/gc/space/malloc_space.h +++ b/runtime/gc/space/malloc_space.h @@ -19,7 +19,7 @@ #include "space.h" -#include <iostream> +#include <ostream> #include <valgrind.h> #include <memcheck/memcheck.h> |