Fix ALIGN16 build warning and remove more joinsplit dingleberriez

This commit is contained in:
Duke Leto
2021-01-23 22:42:03 -05:00
parent 482990936f
commit 60108cf105
4 changed files with 4 additions and 27 deletions

View File

@@ -55,6 +55,8 @@
#include <boost/algorithm/string/replace.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
// boost and wolfSSL fight over defining this macro
#undef ALIGN16
#include <boost/math/distributions/poisson.hpp>
#include <boost/thread.hpp>
#include <boost/static_assert.hpp>