summaryrefslogtreecommitdiff
path: root/Userland/Services
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-11-10 11:05:21 +0100
committerAndreas Kling <kling@serenityos.org>2021-11-10 21:58:58 +0100
commit5f7d008791f9e358638283dc2f0d709a601344ff (patch)
tree4453407e376e23e649857a0d37564c4f61ab40de /Userland/Services
parente52f987020be996f49c09dfdd53306366f2cbab9 (diff)
downloadserenity-5f7d008791f9e358638283dc2f0d709a601344ff.zip
AK+Everywhere: Stop including Vector.h from StringView.h
Preparation for using Error.h from Vector.h. This required moving some things out of line.
Diffstat (limited to 'Userland/Services')
-rw-r--r--Userland/Services/LookupServer/DNSName.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/LookupServer/DNSName.cpp b/Userland/Services/LookupServer/DNSName.cpp
index 2d887b51ce..fde5575bca 100644
--- a/Userland/Services/LookupServer/DNSName.cpp
+++ b/Userland/Services/LookupServer/DNSName.cpp
@@ -7,6 +7,7 @@
#include "DNSName.h"
#include <AK/Random.h>
+#include <AK/Vector.h>
#include <ctype.h>
namespace LookupServer {