diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/windows/buyingstoreselldialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/buyingstoreselldialog.h b/src/gui/windows/buyingstoreselldialog.h index d20c6d9ab..39b45a127 100644 --- a/src/gui/windows/buyingstoreselldialog.h +++ b/src/gui/windows/buyingstoreselldialog.h @@ -23,6 +23,8 @@ #ifndef GUI_WINDOWS_BUYINGSTORESELLDIALOG_H #define GUI_WINDOWS_BUYINGSTORESELLDIALOG_H +#ifdef EATHENA_SUPPORT + #include "gui/widgets/selldialog.h" class Being; @@ -52,4 +54,5 @@ class BuyingStoreSellDialog final : public SellDialog int mStoreId; }; +#endif // EATHENA_SUPPORT #endif // GUI_WINDOWS_BUYINGSTORESELLDIALOG_H |