Skip to content

Commit 65afd59

Browse files
committed
Add some missing headers.
1 parent ce7f49f commit 65afd59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/tests/cpprefs_test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ fn test_method_call_mut() {
5252
indoc! {"
5353
#include <string>
5454
#include <sstream>
55+
#include <cstdint>
5556
5657
class Goat {
5758
public:
@@ -80,6 +81,7 @@ fn test_method_call_const() {
8081
indoc! {"
8182
#include <string>
8283
#include <sstream>
84+
#include <cstdint>
8385
8486
class Goat {
8587
public:

0 commit comments

Comments
 (0)