aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2019-12-04 20:04:10 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2019-12-04 15:04:10 -0500
commitf30025bb34ca110653f517efd6d6193cc8bac1aa (patch)
treec1475ed61b55be2fef0f9297076e080f01eb74bc /gcc
parent2633560676ff421b5b5a3c47f21afec73c6a8d8d (diff)
downloadgcc-f30025bb34ca110653f517efd6d6193cc8bac1aa.zip
gcc-f30025bb34ca110653f517efd6d6193cc8bac1aa.tar.gz
gcc-f30025bb34ca110653f517efd6d6193cc8bac1aa.tar.bz2
* cp-gimplify.c: Include tm_p.h.
From-SVN: r278975
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-gimplify.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a9bcbb2..bde12e50 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2019-12-04 David Edelsohn <dje.gcc@gmail.com>
+
+ * cp-gimplify.c: Include tm_p.h.
+
2019-12-04 Marek Polacek <polacek@redhat.com>
* parser.c (enum primary_constraint_error): Remove stray comma.
diff --git a/gcc/cp/cp-gimplify.c b/gcc/cp/cp-gimplify.c
index fb12c8a1..992c66e 100644
--- a/gcc/cp/cp-gimplify.c
+++ b/gcc/cp/cp-gimplify.c
@@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see
#include "attribs.h"
#include "asan.h"
#include "gcc-rich-location.h"
+#include "tm_p.h"
#include "output.h"
#include "file-prefix-map.h"
#include "cgraph.h"