mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Add missing standard library header inclusions (#5316)
Discovered by clang-tidy.
This commit is contained in:
@@ -21,9 +21,16 @@
|
||||
|
||||
#include "testing/file_test/file_test_base.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <cstdlib>
|
||||
#include <filesystem>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <system_error>
|
||||
#include <utility>
|
||||
|
||||
#include "absl/flags/flag.h"
|
||||
|
||||
Reference in New Issue
Block a user