summaryrefslogtreecommitdiff
path: root/AK/Tests/TestBase64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Tests/TestBase64.cpp')
-rw-r--r--AK/Tests/TestBase64.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/Tests/TestBase64.cpp b/AK/Tests/TestBase64.cpp
index ef008d01f3..ded70eca91 100644
--- a/AK/Tests/TestBase64.cpp
+++ b/AK/Tests/TestBase64.cpp
@@ -29,6 +29,7 @@
#include <AK/Base64.h>
#include <AK/ByteBuffer.h>
#include <AK/String.h>
+#include <string.h>
TEST_CASE(test_decode)
{