Skip to content

Commit

Permalink
Add some missing headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Nov 30, 2023
1 parent ce7f49f commit 65afd59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/tests/cpprefs_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fn test_method_call_mut() {
indoc! {"
#include <string>
#include <sstream>
#include <cstdint>
class Goat {
public:
Expand Down Expand Up @@ -80,6 +81,7 @@ fn test_method_call_const() {
indoc! {"
#include <string>
#include <sstream>
#include <cstdint>
class Goat {
public:
Expand Down

0 comments on commit 65afd59

Please sign in to comment.