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/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/options.h') diff --git a/src/core/options.h b/src/core/options.h index 8aa7fce7..71fa4d36 100644 --- a/src/core/options.h +++ b/src/core/options.h @@ -12,6 +12,8 @@ #ifndef CORE_OPTIONS_H #define CORE_OPTIONS_H +#include "defs.h" + // Integer limits. #define NNI_MAXINT (2147483647) // the -1 trick works around a compiler warning on some compilers (MSVC) -- cgit v1.2.3-70-g09d2