Skip to content

Commit

Permalink
Merge pull request #268 from jongough/updates_1.1
Browse files Browse the repository at this point in the history
Fix warning message re redefinition of MIN & MAX
  • Loading branch information
jongough committed Jul 15, 2016
2 parents 737b367 + ba3fe9f commit 64ea0fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ODJSON.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif //precompiled headers
#include <wx/jsonreader.h>
#include "wx/jsonwriter.h"

#include "ODJSON.h"
#include "ocpn_draw_pi.h"
#include "ODJSON.h"
#include "ODPath.h"
#include "PathMan.h"
#include "Boundary.h"
Expand All @@ -46,9 +48,6 @@
#include "PointMan.h"
#include "version.h"

#include <wx/jsonreader.h>
#include "wx/jsonwriter.h"

#include <stdio.h>

extern PathMan *g_pPathMan;
Expand Down

0 comments on commit 64ea0fb

Please sign in to comment.