blob: 0c7cf1e62a6709c53ce174228f7e92d2f0971339 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/fastBMA.hpp 2021-10-26 21:59:30.000000000 +0300
+++ src/fastBMA.hpp 2022-01-24 16:46:35.377507014 +0300
@@ -16,10 +16,11 @@
#include <vector>
#include <algorithm>
#include <queue>
#include <boost/math/tools/minima.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
+#include <boost/cstdint.hpp>
#include <stdio.h>
#include <bitset>
#include "MurmurHash3.h"
#ifdef USEMPI
#include <boost/mpi.hpp>
|