We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa1b6f commit 8a51315Copy full SHA for 8a51315
perf/PerfConsumer.cc
@@ -19,6 +19,8 @@
19
#include <lib/LogUtils.h>
20
DECLARE_LOG_OBJECT()
21
22
+// Don't remove this line because p_square_quantile.hpp requires including <algorithm> on some platforms
23
+#include <algorithm>
24
#include <chrono>
25
#include <fstream>
26
#include <functional>
perf/PerfProducer.cc
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/mean.hpp>
#include <boost/accumulators/statistics/p_square_quantile.hpp>
0 commit comments