Skip to content

Commit 31700b9

Browse files
P-E-Pphilberty
authored andcommitted
Add missing header inclusion
Header relied on transitive header inclusion. gcc/rust/ChangeLog: * ast/rust-ast-formatting.h (RUST_AST_FORMATTING_H): Include required headers directly. Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
1 parent 995129e commit 31700b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gcc/rust/ast/rust-ast-formatting.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
#ifndef RUST_AST_FORMATTING_H
2020
#define RUST_AST_FORMATTING_H
2121

22+
#include "rust-ast.h"
23+
#include "rust-system.h"
24+
2225
namespace Rust {
2326
namespace AST {
2427

0 commit comments

Comments
 (0)