Explorar o código

fix missing include

MX hai 1 ano
pai
achega
f85d288515
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      lib/crypto/monero/base58.c

+ 2 - 0
lib/crypto/monero/base58.c

@@ -31,6 +31,8 @@
 // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote
 // developers
 
+#include "options.h"
+
 #if USE_MONERO
 
 #include "base58.h"