summaryrefslogtreecommitdiff
path: root/shared/custom_button.cpp
diff options
context:
space:
mode:
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