Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 735315f

Browse files
happyCoder92copybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 624877734
1 parent 3db8cd9 commit 735315f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cc/util/secret_data.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
#define TINK_UTIL_SECRET_DATA_H_
1919

2020
#include <cstddef>
21-
#include <cstdint>
21+
#include <cstdint> // IWYU pragma: keep
2222
#include <memory>
2323
#include <string>
2424
#include <type_traits>
25-
#include <vector>
25+
#include <vector> // IWYU pragma: keep
2626

2727
#include "absl/strings/string_view.h"
2828
#include "tink/util/secret_data_internal.h"

0 commit comments

Comments
 (0)