From f210328bcd495c922c33895c95bccc1c2fc50c9d Mon Sep 17 00:00:00 2001 From: Patrick Klein <42714034+libklein@users.noreply.github.com> Date: Sun, 7 May 2023 21:56:27 +0100 Subject: [PATCH] Add missing include. (#9403) --- src/fdosecrets/objects/SessionCipher.cpp | 1 + src/gui/styles/base/BaseStyle.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fdosecrets/objects/SessionCipher.cpp b/src/fdosecrets/objects/SessionCipher.cpp index 4816394da..182fc771c 100644 --- a/src/fdosecrets/objects/SessionCipher.cpp +++ b/src/fdosecrets/objects/SessionCipher.cpp @@ -26,6 +26,7 @@ #include #ifdef WITH_XC_BOTAN3 +#include #include #else #include diff --git a/src/gui/styles/base/BaseStyle.cpp b/src/gui/styles/base/BaseStyle.cpp index ae7a5de8b..5938d5d04 100644 --- a/src/gui/styles/base/BaseStyle.cpp +++ b/src/gui/styles/base/BaseStyle.cpp @@ -1936,7 +1936,7 @@ void BaseStyle::drawPrimitive(PrimitiveElement elem, auto fropt = qstyleoption_cast(option); if (!fropt) break; - //### check for d->alt_down + // ### check for d->alt_down if (!(fropt->state & State_KeyboardFocusChange)) return; if (fropt->state & State_Item) {