From db687365c5da83612d75d727750e5697a947c59b Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Tue, 6 Oct 2015 19:35:12 +0200 Subject: Qt: Add another missing #include 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 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michal Labedzki --- ui/qt/supported_protocols_dialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt/supported_protocols_dialog.cpp') 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 #include #include -- cgit v1.2.3