summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AK/Base64.cpp1
-rw-r--r--AK/Base64.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/AK/Base64.cpp b/AK/Base64.cpp
index 7b48de7eb2..2918ddb898 100644
--- a/AK/Base64.cpp
+++ b/AK/Base64.cpp
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
-#include <AK/Array.h>
#include <AK/Assertions.h>
#include <AK/Base64.h>
#include <AK/CharacterTypes.h>
diff --git a/AK/Base64.h b/AK/Base64.h
index 3dbf8e3385..fcda960119 100644
--- a/AK/Base64.h
+++ b/AK/Base64.h
@@ -6,6 +6,7 @@
#pragma once
+#include <AK/Array.h>
#include <AK/ByteBuffer.h>
#include <AK/Error.h>
#include <AK/String.h>