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) {