summaryrefslogtreecommitdiff
path: root/Userland/Utilities/mount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/mount.cpp')
-rw-r--r--Userland/Utilities/mount.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/mount.cpp b/Userland/Utilities/mount.cpp
index ff3c3511d4..fd4fed8627 100644
--- a/Userland/Utilities/mount.cpp
+++ b/Userland/Utilities/mount.cpp
@@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
+#include <AK/Assertions.h>
#include <AK/ByteBuffer.h>
#include <AK/JsonArray.h>
#include <AK/JsonObject.h>