Skip to content

Commit 3c94613

Browse files
committed
[orc-rt] Add missing <cstring> header for memcpy. (Fixes unit test on Linux)
1 parent b1f5da4 commit 3c94613

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)