Skip to content

Commit e6523cb

Browse files
authored
Apply clang tidy suggestions
1 parent 4a0ab92 commit e6523cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/CppInterOp/CppInterOp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#endif
4444
#include "clang/Sema/TemplateDeduction.h"
4545

46+
#include <llvm/ADT/SmallString.h>
4647
#include "llvm/ADT/SmallVector.h"
4748
#include "llvm/ADT/StringRef.h"
4849
#include "llvm/Demangle/Demangle.h"
@@ -51,6 +52,7 @@
5152
#include "llvm/Support/CommandLine.h"
5253
#include "llvm/Support/Debug.h"
5354
#include "llvm/Support/ManagedStatic.h"
55+
#include <llvm/Support/Path.h>
5456
#include "llvm/Support/raw_os_ostream.h"
5557

5658
#include <algorithm>

0 commit comments

Comments
 (0)