mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:30:12 +01:00
Add missing standard library header inclusions (#5316)
Discovered by clang-tidy.
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include "toolchain/source/source_buffer.h"
|
||||
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
#include "llvm/Support/ErrorOr.h"
|
||||
#include "toolchain/diagnostics/file_diagnostics.h"
|
||||
|
||||
Reference in New Issue
Block a user