mirror of
https://github.com/VSCodium/policy-watcher.git
synced 2025-12-10 03:53:55 -06:00
fix(macos): add std::optional (#1)
This commit is contained in:
parent
ade3677586
commit
102e2bdc8c
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include <napi.h>
|
#include <napi.h>
|
||||||
#include <CoreFoundation/CoreFoundation.h>
|
#include <CoreFoundation/CoreFoundation.h>
|
||||||
|
#include <optional>
|
||||||
#include "../Policy.hh"
|
#include "../Policy.hh"
|
||||||
|
|
||||||
using namespace Napi;
|
using namespace Napi;
|
||||||
@ -69,4 +70,4 @@ protected:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user