From e43222c3e8da9f42d0d95207fa94335165a27d9d Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 19 Feb 2021 19:25:53 -0500 Subject: Compatibility with Qt 6 --- examples/triage/files.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/triage/files.h') diff --git a/examples/triage/files.h b/examples/triage/files.h index 6919c614..9874691c 100644 --- a/examples/triage/files.h +++ b/examples/triage/files.h @@ -2,7 +2,11 @@ #include #include +#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) #include +#else +#include +#endif #include "action.h" #include "menus.h" -- cgit v1.3.1