Undefine DOUBLE after include Chia BLS headers (#2400)
These cause compilation errors on some platforms. Observed this when I tried to cross compile win32 locally on a Debian Stretch machine.
This commit is contained in:
parent
052af81b4b
commit
70eb710b12
@ -15,6 +15,7 @@
|
||||
#include <chiabls/privatekey.hpp>
|
||||
#include <chiabls/publickey.hpp>
|
||||
#include <chiabls/signature.hpp>
|
||||
#undef DOUBLE
|
||||
|
||||
#include <array>
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user