Skip to content

Commit

Permalink
fix: include array to fix building for osx.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdoving committed Nov 6, 2021
1 parent 135de74 commit b501049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/bip39.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/


#include <array>
#include "wallet/bip39.h"
#include "crypto/sha256.h"
#include "random.h"
Expand Down

0 comments on commit b501049

Please sign in to comment.