Merge pull request #1156 from atgeirr/add-missing-include

Add missing <string> include, necessary on clang.
This commit is contained in:
Joakim Hove
2019-10-24 16:39:07 +02:00
committed by GitHub

View File

@@ -17,6 +17,7 @@
*/
#include <cmath>
#include <map>
#include <string>
#include "Operate.hpp"