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

From-SVN: r279003
This commit is contained in:
David Edelsohn 2019-12-05 14:40:11 +00:00 committed by David Edelsohn
parent 56b4b16eb1
commit 705f02b0ca
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2019-12-05 David Edelsohn <dje.gcc@gmail.com>
* cp-gimplify.c: Include memmodel.h.
2019-12-05 Paolo Carlini <paolo.carlini@oracle.com>
* typeck2.c (build_functional_cast): Add location_t parameter

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 "memmodel.h"
#include "tm_p.h"
#include "output.h"
#include "file-prefix-map.h"