summaryrefslogtreecommitdiff
path: root/math/octave-forge-level-set/files/patch-FastMarching.cpp
blob: ea513e11b5947f7943de4c1c26430f7d7d21ceb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- FastMarching.cpp.orig	2015-12-17 12:32:55 UTC
+++ FastMarching.cpp
@@ -22,6 +22,7 @@
 #include <cmath>
 #include <memory>
 #include <stdexcept>
+#include <string>
 
 namespace fastMarching
 {