* cp-gimplify.c: Include tm_p.h.

From-SVN: r278975
This commit is contained in:
David Edelsohn 2019-12-04 20:04:10 +00:00 committed by David Edelsohn
parent 2633560676
commit f30025bb34
2 changed files with 5 additions and 0 deletions

View 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.

View 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"