diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-24 15:31:17 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-24 15:32:32 +0100 |
| commit | 97868f338a02ad5acd8049f0ba0474d330e11877 (patch) | |
| tree | 34d7642918ea47c899ea2a009384576f41dbb527 /include/CompilerKit/Detail/PreConfig.h | |
| parent | 41458b7253c524db10088657c930d300fc1b09ca (diff) | |
feat: More runtime improvements for Nectar and NeKernel C++ Runtime.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Detail/PreConfig.h')
| -rw-r--r-- | include/CompilerKit/Detail/PreConfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/CompilerKit/Detail/PreConfig.h b/include/CompilerKit/Detail/PreConfig.h index 093917d..a3d14a5 100644 --- a/include/CompilerKit/Detail/PreConfig.h +++ b/include/CompilerKit/Detail/PreConfig.h @@ -50,6 +50,11 @@ #include <cassert> #include <fstream> #include <string> +#include <filesystem> + +#ifdef __linux__ +#define isnumber isdigit +#endif #define ToString(X) Stringify(X) #define Stringify(X) #X |
