|
@@ -2,6 +2,9 @@
|
|
|
// Exceptions. See /LICENSE for license information.
|
|
// Exceptions. See /LICENSE for license information.
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
|
|
|
|
|
|
+#include <optional>
|
|
|
|
|
+#include <utility>
|
|
|
|
|
+
|
|
|
#include "toolchain/base/kind_switch.h"
|
|
#include "toolchain/base/kind_switch.h"
|
|
|
#include "toolchain/check/context.h"
|
|
#include "toolchain/check/context.h"
|
|
|
#include "toolchain/check/control_flow.h"
|
|
#include "toolchain/check/control_flow.h"
|