mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
CLocalSocket: Add missing pragma once
This commit is contained in:
parent
818a29c964
commit
cd497accbe
Notes:
sideshowbarker
2024-07-19 13:16:01 +09:00
Author: https://github.com/rburchell Commit: https://github.com/SerenityOS/serenity/commit/cd497accbe9 Pull-request: https://github.com/SerenityOS/serenity/pull/304 Reviewed-by: https://github.com/awesomekling ✅
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#pragma once
|
||||
#include <LibCore/CSocket.h>
|
||||
|
||||
class CLocalSocket final : public CSocket {
|
||||
|
|
Loading…
Reference in a new issue