diff --git a/src/RegisterPage.cpp b/src/RegisterPage.cpp index 93e2cf1b..562d2c82 100644 --- a/src/RegisterPage.cpp +++ b/src/RegisterPage.cpp @@ -4,6 +4,8 @@ #include +#include + #include #include #include diff --git a/src/Utils.cpp b/src/Utils.cpp index 3e7340f4..99d337c4 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -26,6 +26,7 @@ #include #include +#include #include #include diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp index cb595df0..0757d88c 100644 --- a/src/encryption/DeviceVerificationFlow.cpp +++ b/src/encryption/DeviceVerificationFlow.cpp @@ -9,6 +9,7 @@ #include #include +#include #include #include "Cache.h"