diff options
Diffstat (limited to 'gcc/vec.h')
-rw-r--r-- | gcc/vec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/vec.h b/gcc/vec.h index 8cb9c5871b6..c32bf8829e3 100644 --- a/gcc/vec.h +++ b/gcc/vec.h @@ -22,6 +22,8 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_VEC_H #define GCC_VEC_H +#include "statistics.h" /* For MEM_STAT_DECL. */ + /* The macros here implement a set of templated vector types and associated interfaces. These templates are implemented with macros, as we're not in C++ land. The interface functions are |