mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
5c93dd25c8
PR: 185716 Submitted by: ports fury
14 lines
220 B
C++
14 lines
220 B
C++
--- dm/svd_linpack.cpp.orig
|
|
+++ dm/svd_linpack.cpp
|
|
@@ -10,7 +10,9 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
-#include <iomanip.h>
|
|
+#include <iostream>
|
|
+#include <iomanip>
|
|
+using namespace std;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|