Skip to content

Commit

Permalink
Move "stdafx.h" include below system headers.
Browse files Browse the repository at this point in the history
This avoid conflicting definitions of max() and min().

Fixes #21

The patch was fetched from Gnonthgol@005e527 .
  • Loading branch information
petterreinholdtsen authored and Petter Reinholdtsen committed Oct 26, 2019
1 parent 5b9437e commit 072cf1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FYBA/FYLU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 072cf1c

Please sign in to comment.