1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:57:44 +00:00

LibWebSocket: Add missing headers to Message.h

This commit is contained in:
Ben Wiederhake 2021-10-02 22:55:00 +02:00 committed by Linus Groh
parent c602db1620
commit c569ed7e8b

View file

@ -8,6 +8,7 @@
#include <AK/ByteBuffer.h>
#include <AK/Optional.h>
#include <AK/String.h>
namespace WebSocket {