mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
Move math.h include out of viewport_type.h, fixes gcc 6 compilation.
Make a system include.
This commit is contained in:
parent
95eb2dbd32
commit
ab498dc0ba
@ -86,6 +86,7 @@
|
|||||||
#include "bridge_map.h"
|
#include "bridge_map.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#include "table/strings.h"
|
#include "table/strings.h"
|
||||||
#include "table/string_colours.h"
|
#include "table/string_colours.h"
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#include "zoom_type.h"
|
#include "zoom_type.h"
|
||||||
#include "strings_type.h"
|
#include "strings_type.h"
|
||||||
#include "table/strings.h"
|
#include "table/strings.h"
|
||||||
#include "math.h"
|
|
||||||
|
|
||||||
class LinkGraphOverlay;
|
class LinkGraphOverlay;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user