Skip to content

Commit

Permalink
Fix builds with Visual Studio 2013 (#5059)
Browse files Browse the repository at this point in the history
  • Loading branch information
szekerest committed Jan 18, 2015
1 parent ae6806f commit 0efde12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renderers/agg/include/agg_conv_clipper.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#ifndef AGG_CONV_CLIPPER_INCLUDED
#define AGG_CONV_CLIPPER_INCLUDED

#if defined(_MSC_VER) && (_MSC_VER >= 1800)
#include <algorithm>
#endif

#include <cmath>
#include "agg_basics.h"
#include "agg_array.h"
Expand Down

0 comments on commit 0efde12

Please sign in to comment.