Skip to content

Commit 0c0a5f3

Browse files
lhamesgithub-actions[bot]
authored andcommitted
Automerge: [orc-rt] Add missing <cstring> header for memcpy. (Fixes unit test on Linux)
2 parents bcc6bb6 + 3c94613 commit 0c0a5f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orc-rt/include/orc-rt/SimplePackedSerialization.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include "orc-rt/bit.h"
3939
#include "orc-rt/span.h"
4040

41+
#include <cstring>
4142
#include <optional>
4243
#include <string>
4344
#include <string_view>

0 commit comments

Comments
 (0)