ports/math/lcalc/files/patch-src_libLfunction_mpreal.h
2025-01-06 22:04: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>