opnsense-ports/math/lcalc/files/patch-src_libLfunction_mpreal.h
Franco Fichtner 195137c968 */*: sync with upstream
Taken from: FreeBSD
2025-01-07 13:45:07 +01:00

11 lines
252 B
C

--- src/libLfunction/mpreal.h.orig 2021-12-19 17:09:15 UTC
+++ src/libLfunction/mpreal.h
@@ -56,7 +56,7 @@
#include <cmath>
#include <cstring>
#include <limits>
-#include "Lcomplex.h"
+#include <complex>
#include <algorithm>
#include <stdint.h>