* cp-gimplify.c: Include tm_p.h.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 4 Dec 2019 20:04:10 +0000 (20:04 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 4 Dec 2019 20:04:10 +0000 (15:04 -0500)
From-SVN: r278975

gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c

index a9bcbb2..bde12e5 100644 (file)
@@ -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.
index fb12c8a..992c66e 100644 (file)
@@ -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"