mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:20:11 +01:00
Add missing standard library header inclusions (#5316)
Discovered by clang-tidy.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
#include "testing/file_test/test_file.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#include "common/check.h"
|
||||
#include "common/error.h"
|
||||
|
||||
Reference in New Issue
Block a user