Skip to content

Commit f99de4c

Browse files
committed
Fix g++ missing std::array
1 parent 659e452 commit f99de4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sapling/sapling.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#ifndef ZC_SAPLING_H_
77
#define ZC_SAPLING_H_
88

9+
#include <array>
10+
911
#define ZC_NUM_JS_INPUTS 2
1012
#define ZC_NUM_JS_OUTPUTS 2
1113
#define INCREMENTAL_MERKLE_TREE_DEPTH 29

0 commit comments

Comments
 (0)