summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp
index 8cc46b231..eacbfd614 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -22,13 +22,13 @@
#include "gfx_func.h"
#include "sortlist_type.h"
#include "core/geometry_func.hpp"
-#include "math.h"
#include "currency.h"
#include "widgets/graph_widget.h"
#include "table/strings.h"
#include "table/sprites.h"
+#include <math.h>
/* Bitmasks of company and cargo indices that shouldn't be drawn. */
static uint _legend_excluded_companies;