* cp-gimplify.c: Include memmodel.h.
From-SVN: r279003
This commit is contained in:
parent
56b4b16eb1
commit
705f02b0ca
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue