spack/var/spack/repos/builtin/packages/fyba/gcc-6.patch
2018-05-26 10:36:34 -05:00

19 lines
562 B
Diff

diff -Nuar a/src/FYBA/FYLU.cpp b/src/FYBA/FYLU.cpp
--- a/src/FYBA/FYLU.cpp 2014-09-22 00:36:49.000000000 -0500
+++ b/src/FYBA/FYLU.cpp 2018-05-24 15:35:43.584181379 -0500
@@ -4,12 +4,12 @@
/* Innhold: Rutiner for utvalg */
/* ======================================================================== */
-#include "stdafx.h"
-
#include <ctype.h>
#include <math.h>
#include <locale>
+#include "stdafx.h"
+
using namespace std;
#define U_PARA_LEN 128 /* Max lengde av parameterstreng */