summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Crypto/AES.cpp
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2026-06-23 05:11:14 +0200
committerJoshua Vandaƫle <joshua@vandaele.software>2026-06-23 21:09:18 +0200
commitfaaea5919a142d40353df851d2ce1aed66733dd4 (patch)
treec317cbed13bca0f0ddc8cce986e3aadbb736da63 /Source/Core/Common/Crypto/AES.cpp
parente97b1cd759deeb6c2e0b7a6de33d5986ee033b6e (diff)
Add missing includes
Diffstat (limited to 'Source/Core/Common/Crypto/AES.cpp')
-rw-r--r--Source/Core/Common/Crypto/AES.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Crypto/AES.cpp b/Source/Core/Common/Crypto/AES.cpp
index a83812ff2e..7d6ddb6463 100644
--- a/Source/Core/Common/Crypto/AES.cpp
+++ b/Source/Core/Common/Crypto/AES.cpp
@@ -4,6 +4,7 @@
#include "Common/Crypto/AES.h"
#include <array>
+#include <cstring>
#include <memory>
#include <mbedtls/aes.h>