diff options
author | zuu <zuu@openttd.org> | 2013-06-08 12:37:36 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2013-06-08 12:37:36 +0000 |
commit | 059eee93fc45b30d46698b094f87909eb54ff8c6 (patch) | |
tree | e7fe4a153f518254e2a292dbb68866ce3112d1c1 /src/widgets/link_graph_legend_widget.h | |
parent | 478fcadd21936412332717b0f1eab564e8e88eaa (diff) | |
download | openttd-059eee93fc45b30d46698b094f87909eb54ff8c6.tar.xz |
(svn r25331) -Fix (r25263): Update ScriptWindow with link graph widgets
Diffstat (limited to 'src/widgets/link_graph_legend_widget.h')
-rw-r--r-- | src/widgets/link_graph_legend_widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/link_graph_legend_widget.h b/src/widgets/link_graph_legend_widget.h index f24ce343b..9537b896d 100644 --- a/src/widgets/link_graph_legend_widget.h +++ b/src/widgets/link_graph_legend_widget.h @@ -12,6 +12,8 @@ #ifndef WIDGETS_LINKGRAPH_LEGEND_WIDGET_H #define WIDGETS_LINKGRAPH_LEGEND_WIDGET_H +#include "../cargo_type.h" + /** Widgets of the WC_LINKGRAPH_LEGEND. */ enum LinkGraphLegendWidgets { |