Skip to content

Commit 4fc984b

Browse files
Include llvm/Support/Debug.h in AdjointValue.h (swiftlang#31711)
This is needed to reference `llvm::dbgs()`. Co-authored-by: Arnold Schwaighofer <[email protected]>
1 parent c5503ce commit 4fc984b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/SILOptimizer/Differentiation/AdjointValue.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "swift/AST/Decl.h"
2222
#include "swift/SIL/SILValue.h"
2323
#include "llvm/ADT/ArrayRef.h"
24+
#include "llvm/Support/Debug.h"
2425

2526
namespace swift {
2627
namespace autodiff {

0 commit comments

Comments
 (0)