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 98f159a commit 5852323Copy full SHA for 5852323
lib/Interpreter/Paths.cpp
@@ -8,7 +8,6 @@
8
//------------------------------------------------------------------------------
9
10
#include "Paths.h"
11
-#include "Compatibility.h"
12
13
#include "clang/Basic/FileManager.h"
14
#include "clang/Lex/HeaderSearchOptions.h"
lib/Interpreter/Paths.h
@@ -10,6 +10,8 @@
#ifndef CPPINTEROP_UTILS_PATHS_H
#define CPPINTEROP_UTILS_PATHS_H
+#include "Compatibility.h"
+
15
#include "llvm/ADT/SmallVector.h"
16
#include "llvm/ADT/StringRef.h"
17
#include <string>
0 commit comments