diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/ai_widget.h | 2 | ||||
-rw-r--r-- | src/widgets/graph_widget.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/ai_widget.h b/src/widgets/ai_widget.h index 1a4fcc4ee..4261478f5 100644 --- a/src/widgets/ai_widget.h +++ b/src/widgets/ai_widget.h @@ -12,6 +12,8 @@ #ifndef WIDGETS_AI_WIDGET_H #define WIDGETS_AI_WIDGET_H +#include "../company_type.h" + /** Widgets of the #AIListWindow class. */ enum AIListWidgets { WID_AIL_CAPTION, ///< Caption of the window. diff --git a/src/widgets/graph_widget.h b/src/widgets/graph_widget.h index c924dc4bb..840a6c866 100644 --- a/src/widgets/graph_widget.h +++ b/src/widgets/graph_widget.h @@ -13,6 +13,7 @@ #define WIDGETS_GRAPH_WIDGET_H #include "../economy_type.h" +#include "../company_type.h" /** Widgets of the #GraphLegendWindow class. */ enum GraphLegendWidgets { |