freebsd-ports/math/octave-forge-level-set/files/patch-FastMarching.cpp
Stephen Montgomery-Smith 6ceff601d7 - New port math/octave-forge-level-set.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

This is level-set.
2015-02-20 04:04:54 +00: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
{