bkloppenborg/simtoi

COI.cpp not compiling

aomartinez opened this issue · 0 comments

I found that adding #include in CTask.h would fix the compilation issues I had with g++ (GCC) 7.2.0. Otherwise would run into:
simtoi/src/tasks/COI.cpp:96:7: error: ‘normal_distribution’ is not a member of ‘std’

Arturo and Fabien