Skip to content

Commit a2ee2d2

Browse files
Fix compile error on thin CMO for rebranch
1 parent 310bc36 commit a2ee2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/ModuleSummaryFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifndef SWIFT_SERIALIZATION_MODULE_SUMMARY_FILE_H
1414
#define SWIFT_SERIALIZATION_MODULE_SUMMARY_FILE_H
1515

16-
#include "llvm/Bitcode/RecordLayout.h"
16+
#include "llvm/Bitcode/BitcodeConvenience.h"
1717
#include <memory>
1818

1919
namespace swift {

0 commit comments

Comments
 (0)