diff options
Diffstat (limited to 'src/core/file.h')
| -rw-r--r-- | src/core/file.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/file.h b/src/core/file.h index 3baa1ccd..f89b1729 100644 --- a/src/core/file.h +++ b/src/core/file.h @@ -1,5 +1,5 @@ // -// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -11,6 +11,8 @@ #ifndef CORE_FILE_H #define CORE_FILE_H +#include "defs.h" + // File/Store Support // // Some transports require a persistent storage for things like configs, |
