summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/fyba/gcc-6.patch
blob: 33551d65465473f08c222f04f5b9c832d3ae8318 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 */