summaryrefslogtreecommitdiff
path: root/gcc/hash-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hash-table.h')
-rw-r--r--gcc/hash-table.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/hash-table.h b/gcc/hash-table.h
index 74c3722bbf3..512f162163e 100644
--- a/gcc/hash-table.h
+++ b/gcc/hash-table.h
@@ -196,10 +196,13 @@ along with GCC; see the file COPYING3. If not see
#ifndef TYPED_HASHTAB_H
#define TYPED_HASHTAB_H
+#include "statistics.h"
#include "ggc.h"
+#include "vec.h"
#include "hashtab.h"
-#include <new>
+#include "inchash.h"
#include "mem-stats-traits.h"
+#include "hash-map-traits.h"
template<typename, typename, typename> class hash_map;
template<typename, typename> class hash_set;
@@ -774,7 +777,6 @@ private:
#include "mem-stats.h"
#include "hash-map.h"
-#include "vec.h"
extern mem_alloc_description<mem_usage> hash_table_usage;