Skip to content

Commit bd1b966

Browse files
Fix missing header include
1 parent e0151ed commit bd1b966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/swift-module-summary-test/swift-module-summary-test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "swift/AST/FileSystem.h"
1818
#include "swift/Basic/LLVM.h"
1919
#include "swift/Basic/LLVMInitialize.h"
20+
#include "swift/Basic/SourceManager.h"
2021
#include "swift/Demangling/Demangle.h"
2122
#include "swift/Serialization/ModuleSummary.h"
2223
#include "llvm/Support/CommandLine.h"

0 commit comments

Comments
 (0)