We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0ab92 commit e6523cbCopy full SHA for e6523cb
lib/CppInterOp/CppInterOp.cpp
@@ -43,6 +43,7 @@
43
#endif
44
#include "clang/Sema/TemplateDeduction.h"
45
46
+#include <llvm/ADT/SmallString.h>
47
#include "llvm/ADT/SmallVector.h"
48
#include "llvm/ADT/StringRef.h"
49
#include "llvm/Demangle/Demangle.h"
@@ -51,6 +52,7 @@
51
52
#include "llvm/Support/CommandLine.h"
53
#include "llvm/Support/Debug.h"
54
#include "llvm/Support/ManagedStatic.h"
55
+#include <llvm/Support/Path.h>
56
#include "llvm/Support/raw_os_ostream.h"
57
58
#include <algorithm>
0 commit comments