From f08a488c30ff102c29f589c138bae29d91dccb2a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 5 Jan 2025 08:39:55 -0800 Subject: Liberally apply some UWYI (use what you include) to header files --- src/core/platform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core/platform.h') diff --git a/src/core/platform.h b/src/core/platform.h index aced3675..4ca6a2f4 100644 --- a/src/core/platform.h +++ b/src/core/platform.h @@ -1,5 +1,5 @@ // -// Copyright 2024 Staysail Systems, Inc. +// Copyright 2025 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // Copyright 2018 Devolutions // @@ -21,6 +21,8 @@ #include #include +#include "defs.h" + // These are the APIs that a platform must implement to support nng. // A word about fork-safety: This library is *NOT* fork safe, in that -- cgit v1.2.3-70-g09d2