Skip to content

Commit 1720cc1

Browse files
author
Oleh Kulykov
committed
1746165607
1 parent 1c9487b commit 1720cc1

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/plzma_progress.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
//
2626

2727

28+
29+
30+
2831
#include <cstddef>
2932

3033
#include "../libplzma.hpp"

swift/Decoder.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
//
2626

2727

28+
29+
2830
import Foundation
2931
#if SWIFT_PACKAGE
3032
import libplzma

swift/OutStream.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ import Foundation
3030
import libplzma
3131
#endif
3232

33+
34+
35+
3336
/// The out file or memory or multi stream.
3437
public class OutStream {
3538

0 commit comments

Comments
 (0)