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:
Alexander Block 2018-10-31 10:58:02 +01:00 committed by GitHub
parent 052af81b4b
commit 70eb710b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
#include <chiabls/privatekey.hpp>
#include <chiabls/publickey.hpp>
#include <chiabls/signature.hpp>
#undef DOUBLE
#include <array>
#include <unistd.h>