ports/math/octave-forge-level-set/files/patch-FastMarching.cpp
Stephen Montgomery-Smith 98d1ae4d29 - Unbreak with patches.
- Bump portrevision.
2021-02-22 04:35:03 +00:00

10 lines
196 B
C++

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