QDebug: add missing #include <optional>

Found in API review.

Amends b7657ddccb.

Pick-to: 6.7
Change-Id: Ibdab7f51be09036659475bd76af28e8692235b9c
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
bb10
Marc Mutz 2024-01-15 07:28:17 +01:00
parent 5f15a93f16
commit 620eb390c0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <chrono>
#include <list>
#include <map>
#include <optional>
#include <string>
#include <string_view>
#include <utility>