Skip to content

Commit c3fb4c6

Browse files
authored
Try fix
1 parent 5c24518 commit c3fb4c6

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

lib/Interpreter/DynamicLibraryManager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#include "DynamicLibraryManager.h"
1111
#include "Paths.h"
12-
#include "Compatibility.h"
1312

1413
#include "llvm/ADT/StringSet.h"
1514
#include "llvm/BinaryFormat/Magic.h"

lib/Interpreter/DynamicLibraryManager.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#ifndef CPPINTEROP_DYNAMIC_LIBRARY_MANAGER_H
1111
#define CPPINTEROP_DYNAMIC_LIBRARY_MANAGER_H
1212

13+
#include "Compatibility.h"
14+
1315
#include "llvm/ADT/ArrayRef.h"
1416
#include "llvm/ADT/DenseMap.h"
1517
#include "llvm/ADT/StringRef.h"

lib/Interpreter/Paths.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// LICENSE.TXT for details.
88
//------------------------------------------------------------------------------
99

10-
#include "Compatibility.h"
1110
#include "Paths.h"
1211

1312
#include "clang/Basic/FileManager.h"

lib/Interpreter/Paths.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#ifndef CPPINTEROP_UTILS_PATHS_H
1111
#define CPPINTEROP_UTILS_PATHS_H
1212

13+
#include "Compatibility.h"
14+
1315
#include "llvm/ADT/SmallVector.h"
1416
#include "llvm/ADT/StringRef.h"
1517
#include <string>

0 commit comments

Comments
 (0)