Skip to content

Commit 5c24518

Browse files
authored
Try fix
1 parent d205081 commit 5c24518

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/Interpreter/Paths.cpp

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

10+
#include "Compatibility.h"
1011
#include "Paths.h"
1112

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

lib/Interpreter/Paths.h

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

13-
#include "Compatibility.h"
14-
1513
#include "llvm/ADT/SmallVector.h"
1614
#include "llvm/ADT/StringRef.h"
1715
#include <string>

0 commit comments

Comments
 (0)