summaryrefslogtreecommitdiff
path: root/math/octave-forge-level-set/files/patch-FastMarching.cpp
blob: cc177c28b612eddbd5403f208f8f98e8bb624a4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- FastMarching.cpp-orig	2015-02-20 03:51:59.000000000 +0000
+++ FastMarching.cpp	2015-02-20 03:52:16.000000000 +0000
@@ -22,6 +22,7 @@
 #include <cmath>
 #include <memory>
 #include <stdexcept>
+#include <string>
 
 namespace fastMarching
 {