Skip to content

Commit cf4701c

Browse files
committed
[Gardening] Include Runtime/Config.h directly
This file was relying on Runtime/Config.h for SWIFT_CC() but didn't include it directly. I found this when some local experiments went awry in confusing ways.
1 parent 4a94fc9 commit cf4701c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Immediate/Immediate.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "swift/Basic/LLVM.h"
3131
#include "swift/Frontend/Frontend.h"
3232
#include "swift/IRGen/IRGenPublic.h"
33+
#include "swift/Runtime/Config.h"
3334
#include "swift/SILOptimizer/PassManager/Passes.h"
3435
#include "swift/Subsystems.h"
3536
#include "llvm/ADT/SmallString.h"

0 commit comments

Comments
 (0)