From 5a78ac21569abe2e419b201ca196b21fc3bb00aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= Date: Mon, 25 Jul 2022 14:17:23 +0200 Subject: clang: include ManagedStatic.h for llvm_shutdown The code relied on ManagedStatic.h being included indirectly. This is about to change as uses of ManagedStatic are removed throughout the codebase. Differential Revision: https://reviews.llvm.org/D130575 --- clang/unittests/Interpreter/InterpreterTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp') diff --git a/clang/unittests/Interpreter/InterpreterTest.cpp b/clang/unittests/Interpreter/InterpreterTest.cpp index 494926f..745e360 100644 --- a/clang/unittests/Interpreter/InterpreterTest.cpp +++ b/clang/unittests/Interpreter/InterpreterTest.cpp @@ -20,6 +20,7 @@ #include "clang/Sema/Lookup.h" #include "clang/Sema/Sema.h" +#include "llvm/Support/ManagedStatic.h" #include "llvm/Support/TargetSelect.h" #include "gmock/gmock.h" -- cgit v1.1