* cp-gimplify.c: Include memmodel.h.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 5 Dec 2019 14:40:11 +0000 (14:40 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 5 Dec 2019 14:40:11 +0000 (09:40 -0500)
From-SVN: r279003

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

index 6cda4e72d52f4328f59f297d5c00785d7676b11d..b9b8949644ad9b089477b7b8fa40b8b909529d66 100644 (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
index 992c66eebc0eeee0e77d0156cdb05d0e2117daca..2b6bd5295d268d7a64ad41e02a264c80ac7c0d79 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 "memmodel.h"
 #include "tm_p.h"
 #include "output.h"
 #include "file-prefix-map.h"