summaryrefslogtreecommitdiff
path: root/Userland/Utilities/gron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/gron.cpp')
-rw-r--r--Userland/Utilities/gron.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/gron.cpp b/Userland/Utilities/gron.cpp
index 00fab8e1b5..67c27149ce 100644
--- a/Userland/Utilities/gron.cpp
+++ b/Userland/Utilities/gron.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>