diff options
Diffstat (limited to 'src/gui/windows/shopselldialog.h')
-rw-r--r-- | src/gui/windows/shopselldialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/shopselldialog.h b/src/gui/windows/shopselldialog.h index 99e120395..8fad55345 100644 --- a/src/gui/windows/shopselldialog.h +++ b/src/gui/windows/shopselldialog.h @@ -23,6 +23,8 @@ #ifndef GUI_WINDOWS_SHOPSELLDIALOG_H #define GUI_WINDOWS_SHOPSELLDIALOG_H +#ifdef TMWA_SUPPORT + #include "gui/widgets/selldialog.h" /** @@ -48,4 +50,5 @@ class ShopSellDialog final : public SellDialog std::string mNick; }; +#endif // TMWA_SUPPORT #endif // GUI_WINDOWS_SHOPSELLDIALOG_H |