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>
This commit is contained in:
Michal Labedzki 2015-10-06 19:35:12 +02:00
parent dfe1b0f054
commit db687365c5
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "config.h"
#include <algorithm>
#include <glib.h>
#include <epan/proto.h>