aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2015-06-01 15:53:10 +0200
committerMartin Liska <marxin@gcc.gnu.org>2015-06-01 13:53:10 +0000
commitd88e64a6f4d4befc0d20435c81d4de6e81da5748 (patch)
treef0fc4a5bb4f299d0b628cdbf494dffda3e7ca551 /gcc/sched-deps.c
parent4b1db7666b5458ea0099755b5b43b91d688e8540 (diff)
downloadgcc-d88e64a6f4d4befc0d20435c81d4de6e81da5748.zip
gcc-d88e64a6f4d4befc0d20435c81d4de6e81da5748.tar.gz
gcc-d88e64a6f4d4befc0d20435c81d4de6e81da5748.tar.bz2
Fix pool_allocator fallback.
* sched-deps.c: Include pool-alloc.h before cselib.h header file is included. From-SVN: r223978
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r--gcc/sched-deps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c
index f654311..1671ccd 100644
--- a/gcc/sched-deps.c
+++ b/gcc/sched-deps.c
@@ -54,6 +54,7 @@ along with GCC; see the file COPYING3. If not see
#include "basic-block.h"
#include "sched-int.h"
#include "params.h"
+#include "alloc-pool.h"
#include "cselib.h"
#include "ira.h"
#include "target.h"