diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:08:42 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:08:42 +0200 |
commit | c32707148292d104c66276b43796d6057c8c7a5d (patch) | |
tree | bb83513f4aff24153e21a4ec92e34e4c27651b1f /shared/custom_button.cpp | |
parent | 3.9 (diff) | |
download | FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.gz FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.bz2 FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.zip |
3.10
Diffstat (limited to 'shared/custom_button.cpp')
-rw-r--r-- | shared/custom_button.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/custom_button.cpp b/shared/custom_button.cpp index fec3b4bb..7154814b 100644 --- a/shared/custom_button.cpp +++ b/shared/custom_button.cpp @@ -7,6 +7,8 @@ #include "custom_button.h" #include <wx/dcmemory.h> #include <wx/image.h> +#include <algorithm> + wxButtonWithImage::wxButtonWithImage(wxWindow *parent, wxWindowID id, |