Skip to content

Commit

Permalink
Add missing header in MigratorOptions.h for 1a0e743.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Nov 6, 2023
1 parent 5ed0b21 commit 684b8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/include/clang/Frontend/MigratorOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

1 comment on commit 684b8e1

@Endilll
Copy link
Contributor

@Endilll Endilll commented on 684b8e1 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing this!

Please sign in to comment.