mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
11 lines
252 B
C
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>
|
|
|