File tree Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 17
17
// <http://www.gnu.org/licenses/>.
18
18
19
19
#include " rust-system.h"
20
+ #include " optional.h"
20
21
21
22
#ifndef BIMAP_H
22
23
#define BIMAP_H
Original file line number Diff line number Diff line change 15
15
// You should have received a copy of the GNU General Public License
16
16
// along with GCC; see the file COPYING3. If not see
17
17
// <http://www.gnu.org/licenses/>.
18
+ #include " rust-system.h"
18
19
19
20
#ifndef RUST_FNV_HASH_H
20
21
#define RUST_FNV_HASH_H
Original file line number Diff line number Diff line change 16
16
// along with GCC; see the file COPYING3. If not see
17
17
// <http://www.gnu.org/licenses/>.
18
18
19
+ #include " rust-system.h"
20
+
19
21
// Common definitions useful for textual dump of IRs (AST and HIR).
20
22
21
23
#ifndef RUST_DUMP_H
Original file line number Diff line number Diff line change 15
15
// You should have received a copy of the GNU General Public License
16
16
// along with GCC; see the file COPYING3. If not see
17
17
// <http://www.gnu.org/licenses/>.
18
+ #include " rust-system.h"
18
19
19
20
// An improved implementation of the inline visitor.
20
21
// Original idea from https://members.accu.org/index.php/articles/2021
Original file line number Diff line number Diff line change 16
16
// along with GCC; see the file COPYING3. If not see
17
17
// <http://www.gnu.org/licenses/>.
18
18
19
+ #include " rust-system.h"
20
+ #include " optional.h"
21
+ #include " rust-lang-item.h"
22
+ #include " rust-mapping-common.h"
19
23
#include < ast/rust-ast-full-decls.h>
20
24
21
25
namespace Rust {
You can’t perform that action at this time.
0 commit comments