bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

COI.cpp not compiling #150

Closed aomartinez closed 6 years ago

aomartinez commented 6 years ago

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