[clang] 684b8e1 - Add missing header in MigratorOptions.h for 1a0e743ab01716ecafeb33858d9975cf90017c59.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 6 03:33:01 PST 2023
Author: Haojian Wu
Date: 2023-11-06T12:32:43+01:00
New Revision: 684b8e1c08f4ed3bfa452fea5eac230e449bf2aa
URL: https://github.com/llvm/llvm-project/commit/684b8e1c08f4ed3bfa452fea5eac230e449bf2aa
DIFF: https://github.com/llvm/llvm-project/commit/684b8e1c08f4ed3bfa452fea5eac230e449bf2aa.diff
LOG: Add missing header in MigratorOptions.h for 1a0e743ab01716ecafeb33858d9975cf90017c59.
Added:
Modified:
clang/include/clang/Frontend/MigratorOptions.h
Removed:
################################################################################
diff --git a/clang/include/clang/Frontend/MigratorOptions.h b/clang/include/clang/Frontend/MigratorOptions.h
index 42181c585669391..da899643f0b4b2b 100644
--- a/clang/include/clang/Frontend/MigratorOptions.h
+++ b/clang/include/clang/Frontend/MigratorOptions.h
@@ -14,6 +14,8 @@
#ifndef LLVM_CLANG_FRONTEND_MIGRATOROPTIONS_H
#define LLVM_CLANG_FRONTEND_MIGRATOROPTIONS_H
+#include "llvm/Support/Compiler.h"
+
namespace clang {
class MigratorOptions {
More information about the cfe-commits
mailing list