aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-05-29 00:14:50 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-05-29 00:14:50 +0000
commit3e097227978c983969c24f3babe4877ecd94bf7d (patch)
tree892987a4142b96ee5a4720642b209c189a7668e0 /gcc/vec.h
parentaccf9ad64aac122eee74d485245901daa276542a (diff)
downloadgcc-3e097227978c983969c24f3babe4877ecd94bf7d.zip
gcc-3e097227978c983969c24f3babe4877ecd94bf7d.tar.gz
gcc-3e097227978c983969c24f3babe4877ecd94bf7d.tar.bz2
vec.h: Include statistics.h
gcc/ChangeLog: * vec.h: Include statistics.h * Makefile.in: Introduce VEC_H. Replace all vec.h dependencies with VEC_H. lto/ChangeLog: * Make-lang.in: Replace vec.h dependency with VEC_H. From-SVN: r160010
Diffstat (limited to 'gcc/vec.h')
-rw-r--r--gcc/vec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/vec.h b/gcc/vec.h
index 8cb9c58..c32bf88 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