From e5929e7dd5c9eb70c6461395f5df147c0a85c688 Mon Sep 17 00:00:00 2001 From: Johan Ouwerkerk Date: Sat, 8 Feb 2020 16:54:52 +0100 Subject: [PATCH] Fixups for the flatpak build --- src/hmac/hmac.cpp | 1 - src/oath/oath.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hmac/hmac.cpp b/src/hmac/hmac.cpp index fb60487..ff3c503 100644 --- a/src/hmac/hmac.cpp +++ b/src/hmac/hmac.cpp @@ -4,7 +4,6 @@ */ #include "hmac.h" - static QByteArray hmac_stage(QCryptographicHash::Algorithm algorithm, char * const keyBuf, int ksize, int blockSize, const char fillPad, const char xorKey, const QByteArray &message) { QCryptographicHash hash(algorithm); diff --git a/src/oath/oath.h b/src/oath/oath.h index cdae55a..612ec67 100644 --- a/src/oath/oath.h +++ b/src/oath/oath.h @@ -9,6 +9,7 @@ #include #include +#include #include namespace oath