summaryrefslogtreecommitdiff
path: root/shared/custom_button.cpp
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:08:42 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:08:42 +0200
commitc32707148292d104c66276b43796d6057c8c7a5d (patch)
treebb83513f4aff24153e21a4ec92e34e4c27651b1f /shared/custom_button.cpp
parent3.9 (diff)
downloadFreeFileSync-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.cpp2
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,
bgstack15