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:
@@ -4,6 +4,9 @@
|
||||
|
||||
#include "toolchain/check/import.h"
|
||||
|
||||
#include <optional>
|
||||
#include <utility>
|
||||
|
||||
#include "common/check.h"
|
||||
#include "common/map.h"
|
||||
#include "toolchain/base/kind_switch.h"
|
||||
|
||||
Reference in New Issue
Block a user