Skip to content

Commit 5d8cbd0

Browse files
committed
fix softfloat64.cpp build error (use of undeclared identifier 'memcpy')
1 parent 11e6de9 commit 5d8cbd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/chain/infrablockchain/softfloat64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <cstdlib>
8+
#include <string.h>
89
#include <infrablockchain/chain/softfloat64.hpp>
910

1011
#define _expF64UI( a ) ((int_fast16_t) ((a)>>52) & 0x7FF)

0 commit comments

Comments
 (0)