diff options
Diffstat (limited to 'src/gui/windows/eggselectiondialog.h')
-rw-r--r-- | src/gui/windows/eggselectiondialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/eggselectiondialog.h b/src/gui/windows/eggselectiondialog.h index 258658d0a..2f5490e0d 100644 --- a/src/gui/windows/eggselectiondialog.h +++ b/src/gui/windows/eggselectiondialog.h @@ -23,6 +23,8 @@ #ifndef GUI_WINDOWS_EGGSELECTIONDIALOG_H #define GUI_WINDOWS_EGGSELECTIONDIALOG_H +#ifdef EATHENA_SUPPORT + #include "gui/widgets/selldialog.h" class EggSelectionDialog final : public SellDialog @@ -42,4 +44,5 @@ class EggSelectionDialog final : public SellDialog void sellAction(const ActionEvent &event) override final; }; +#endif // EATHENA_SUPPORT #endif // GUI_WINDOWS_EGGSELECTIONDIALOG_H |