2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Add missing #include.

[windows]
This commit is contained in:
jzmaddock
2021-05-18 16:57:41 +01:00
parent eb974548e0
commit 83602cdc6c

View File

@@ -10,6 +10,7 @@
#include <random>
#include <algorithm>
#include <iostream>
#include <boost/math/tools/config.hpp>
std::atomic<int> counter{ 0 };