Move math.h include out of viewport_type.h, fixes gcc 6 compilation.

Make a system include.
pull/8/head
Jonathan G Rennison 8 years ago
parent 95eb2dbd32
commit ab498dc0ba

@ -86,6 +86,7 @@
#include "bridge_map.h"
#include <map>
#include <math.h>
#include "table/strings.h"
#include "table/string_colours.h"

@ -15,7 +15,6 @@
#include "zoom_type.h"
#include "strings_type.h"
#include "table/strings.h"
#include "math.h"
class LinkGraphOverlay;

Loading…
Cancel
Save