Skip to content

Commit

Permalink
Merge pull request #1344 from google/missing-headers
Browse files Browse the repository at this point in the history
Add some missing headers.
  • Loading branch information
adetaylor authored Nov 30, 2023
2 parents f7bcbc7 + 65afd59 commit 2dcdff1
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 2dcdff1

Please sign in to comment.