Skip to content

Commit 42317d8

Browse files
authored
Explicitly include header for std::string to appease clang-tidy. (#513)
Signed-off-by: Ken Barr <kenbarr@google.com>
1 parent e55d150 commit 42317d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/v8/v8.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <mutex>
2222
#include <optional>
2323
#include <sstream>
24+
#include <string>
2425
#include <thread>
2526
#include <unordered_map>
2627
#include <utility>

0 commit comments

Comments
 (0)