diff options
Diffstat (limited to 'wx+/popup_dlg.cpp')
-rw-r--r-- | wx+/popup_dlg.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wx+/popup_dlg.cpp b/wx+/popup_dlg.cpp index d7d1960e..66b3117e 100644 --- a/wx+/popup_dlg.cpp +++ b/wx+/popup_dlg.cpp @@ -6,12 +6,15 @@ #include "popup_dlg.h" #include <wx/app.h> -#include <wx+/mouse_move_dlg.h> #include <wx+/std_button_order.h> #include <wx+/font_size.h> #include <wx+/image_resources.h> #include "popup_dlg_generated.h" +#ifdef ZEN_WIN +#include <wx+/mouse_move_dlg.h> +#endif + using namespace zen; namespace |