aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/supported_protocols_dialog.cpp
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-10-06 19:35:12 +0200
committerMichal Labedzki <michal.labedzki@tieto.com>2015-10-15 09:27:17 +0000
commitdb687365c5da83612d75d727750e5697a947c59b (patch)
treea3233d25352fbbc7186de891cf672d2c40bd639f /ui/qt/supported_protocols_dialog.cpp
parentdfe1b0f0544fb2530de6a52bd768c0b292798331 (diff)
Qt: Add another missing #include <algorithm>
It seems that sme (for example: my...) configurations need it to build Wireshark. Change-Id: I3d4c8c84d705fd0b99b100b1e2173819f62936d9 Reviewed-on: https://code.wireshark.org/review/11024 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'ui/qt/supported_protocols_dialog.cpp')
-rw-r--r--ui/qt/supported_protocols_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/supported_protocols_dialog.cpp b/ui/qt/supported_protocols_dialog.cpp
index f3afe96dc6..9e10855cde 100644
--- a/ui/qt/supported_protocols_dialog.cpp
+++ b/ui/qt/supported_protocols_dialog.cpp
@@ -24,6 +24,7 @@
#include "config.h"
+#include <algorithm>
#include <glib.h>
#include <epan/proto.h>