Skip to content

Commit f93fb9e

Browse files
committed
[Support/VirtualFileSystem] Bring in CASReference.h because Swift/C++ interop complains about ObjectRef being undefined.
1 parent 0c4c078 commit f93fb9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/include/llvm/Support/VirtualFileSystem.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#include "llvm/ADT/SmallVector.h"
2121
#include "llvm/ADT/StringRef.h"
2222
#include "llvm/ADT/STLFunctionalExtras.h"
23+
// FIXME: Bringing in "CASReference.h" because Swift/C++ interop complains about
24+
// `ObjectRef` being undefined.
25+
#include "llvm/CAS/CASReference.h"
2326
#include "llvm/Support/Chrono.h"
2427
#include "llvm/Support/Error.h"
2528
#include "llvm/Support/ErrorOr.h"

0 commit comments

Comments
 (0)