From 102e2bdc8c1868414123d45086870636eeb386f6 Mon Sep 17 00:00:00 2001 From: huperniketes Date: Wed, 13 Aug 2025 04:10:38 -0400 Subject: [PATCH] fix(macos): add std::optional (#1) --- src/macos/PreferencesPolicy.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/macos/PreferencesPolicy.hh b/src/macos/PreferencesPolicy.hh index a9a578e..014b65b 100644 --- a/src/macos/PreferencesPolicy.hh +++ b/src/macos/PreferencesPolicy.hh @@ -8,6 +8,7 @@ #include #include +#include #include "../Policy.hh" using namespace Napi; @@ -69,4 +70,4 @@ protected: private: }; -#endif \ No newline at end of file +#endif