1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

fix compiler error with Intel C++

This commit is contained in:
Oliver Hahn 2020-08-20 17:02:48 +02:00
parent 6fd16e2927
commit 1451f6e4e0

View file

@ -2,6 +2,7 @@
#include <map>
#include <string>
#include <memory>
#include <general.hh>
#include <config_file.hh>