From 65afd59d085ec1035443f6462bb9bd922b14a61a Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Thu, 30 Nov 2023 12:13:32 +0100 Subject: [PATCH] Add some missing headers. --- integration-tests/tests/cpprefs_test.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/tests/cpprefs_test.rs b/integration-tests/tests/cpprefs_test.rs index 9cc6d390b..820e67acd 100644 --- a/integration-tests/tests/cpprefs_test.rs +++ b/integration-tests/tests/cpprefs_test.rs @@ -52,6 +52,7 @@ fn test_method_call_mut() { indoc! {" #include #include + #include class Goat { public: @@ -80,6 +81,7 @@ fn test_method_call_const() { indoc! {" #include #include + #include class Goat { public: