aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-14 01:29:16 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-14 01:29:16 +0000
commit205162061e37d63417b003e43ecc10e94453bdb0 (patch)
tree7f6d90569b46dcb28535a7082fdb4ce0547fc93c
parent91ad2eadb82d5013791ce8bfc1332a8b05d55f59 (diff)
In a source file that defines external functions, the header file that
declares the functions must be included, in order to make sure the declarations match the function signature. Make it so. svn path=/trunk/; revision=54745
-rw-r--r--ui/qt/wireshark_application.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/wireshark_application.cpp b/ui/qt/wireshark_application.cpp
index 3ba6cdd06e..50bbd52657 100644
--- a/ui/qt/wireshark_application.cpp
+++ b/ui/qt/wireshark_application.cpp
@@ -45,6 +45,8 @@
#include "ui/capture_globals.h"
#include "ui/software_update.h"
+#include "ui/last_open_dir.h"
+#include "ui/recent_utils.h"
#ifdef _WIN32
# include "ui/win32/console_win32.h"