opnsense-ports/math/octave-forge-level-set/files/patch-FastMarching.cpp
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

10 lines
244 B
C++

--- 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
{