diff options
Diffstat (limited to 'gcc/fortran/bbt.cc')
-rw-r--r-- | gcc/fortran/bbt.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/bbt.cc b/gcc/fortran/bbt.cc index f564ce1..556baee 100644 --- a/gcc/fortran/bbt.cc +++ b/gcc/fortran/bbt.cc @@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see This implementation is based on Stefan Nilsson's article in the July 1997 Doctor Dobb's Journal, "Treaps in Java". */ +#define INCLUDE_MEMORY #include "config.h" #include "system.h" #include "coretypes.h" |