Skip to content

Commit 2dd95e2

Browse files
tfialabob-wilson
authored andcommitted
Fix broken macOS LLDB Xcode build from r279314
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279390 91177308-0d34-0410-b5e6-96231b3b80d8 (cherry picked from commit 5779415)
1 parent 1406abb commit 2dd95e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/ADT/ilist_node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#ifndef LLVM_ADT_ILIST_NODE_H
1616
#define LLVM_ADT_ILIST_NODE_H
1717

18-
#include <llvm/ADT/PointerIntPair.h>
18+
#include "llvm/ADT/PointerIntPair.h"
1919

2020
namespace llvm {
2121

0 commit comments

Comments
 (0)