public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Add missing include for intellisense
@ 2022-07-15 11:37 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-07-15 11:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8775525b042679bdd9c2b8dad68e65cec4b3dd79

commit 8775525b042679bdd9c2b8dad68e65cec4b3dd79
Author: Philip Herron <philip.herron@embecosm.com>
Date:   Fri Jul 8 15:11:40 2022 +0100

    Add missing include for intellisense

Diff:
---
 gcc/rust/rust-object-export.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/rust/rust-object-export.h b/gcc/rust/rust-object-export.h
index 1704f594cbc..fcede54ae59 100644
--- a/gcc/rust/rust-object-export.h
+++ b/gcc/rust/rust-object-export.h
@@ -19,6 +19,8 @@
 #ifndef RUST_OBJECT_EXPORT_H
 #define RUST_OBJECT_EXPORT_H
 
+#include "rust-system.h"
+
 extern unsigned int
 rust_field_alignment (tree t);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-15 11:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15 11:37 [gcc/devel/rust/master] Add missing include for intellisense Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).