Skip to content

Commit

Permalink
[Gardening] Include Runtime/Config.h directly
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tbkka committed Jan 15, 2025
1 parent 4a94fc9 commit cf4701c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Immediate/Immediate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "swift/Basic/LLVM.h"
#include "swift/Frontend/Frontend.h"
#include "swift/IRGen/IRGenPublic.h"
#include "swift/Runtime/Config.h"
#include "swift/SILOptimizer/PassManager/Passes.h"
#include "swift/Subsystems.h"
#include "llvm/ADT/SmallString.h"
Expand Down

0 comments on commit cf4701c

Please sign in to comment.