CLocalSocket: Add missing pragma once

This commit is contained in:
Robin Burchell 2019-07-14 13:24:24 +02:00 committed by Andreas Kling
parent 818a29c964
commit cd497accbe
Notes: sideshowbarker 2024-07-19 13:16:01 +09:00

View file

@ -1,3 +1,4 @@
#pragma once
#include <LibCore/CSocket.h>
class CLocalSocket final : public CSocket {