Wireshark-commits: [Wireshark-commits] master-2.6 ea197d8: Fix compilation with Qt 5.11

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 02 Jun 2018 00:03:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea197d88a3e85ff238ffebda28baadc36dc34b7d
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

ea197d8 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Fix compilation with Qt 5.11
    
    On my system (Arch Linux) with Qt 5.11 these includes are required
    to avoid undefined declarations.
    
    Change-Id: Iffb0aa4d867ea55cf4a5e8fe7df9a6264c5b3be3
    Reviewed-on: https://code.wireshark.org/review/27947
    Petri-Dish: João Valverde <j@xxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  ae43f03   Don't check the CRC if the message isn't big enough to have a CRC.
    adds  ea197d8   Fix compilation with Qt 5.11


Summary of changes:
 ui/qt/packet_format_group_box.cpp | 1 +
 ui/qt/time_shift_dialog.cpp       | 3 +++
 ui/qt/wireless_frame.cpp          | 1 +
 3 files changed, 5 insertions(+)