Explorar o código

Fix missing APSInt include. (#3107)

Works by chance right now, but should be expected to break in future
LLVM versions.

The builtin kind include is removed as unused.
Jon Ross-Perkins %!s(int64=2) %!d(string=hai) anos
pai
achega
2e290b9e73
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolchain/semantics/semantics_handle_index.cpp

+ 1 - 1
toolchain/semantics/semantics_handle_index.cpp

@@ -2,7 +2,7 @@
 // Exceptions. See /LICENSE for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 
-#include "toolchain/semantics/semantics_builtin_kind.h"
+#include "llvm/ADT/APSInt.h"
 #include "toolchain/semantics/semantics_context.h"
 #include "toolchain/semantics/semantics_node.h"
 #include "toolchain/semantics/semantics_node_kind.h"