diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-12-13 00:33:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-13 00:33:26 +0800 |
| commit | 96a8781c7221417294ce9e6b3aad5c2d2aaa92ed (patch) | |
| tree | 97585eb1e565e1bc2b6c1bad97e8ede67e26263f /source | |
| parent | df06e795b499d475d2dcd51efef3e45934f9c450 (diff) | |
Add missing header for _getpid() (#5852)
Diffstat (limited to 'source')
| -rw-r--r-- | source/core/windows/slang-win-process.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/windows/slang-win-process.cpp b/source/core/windows/slang-win-process.cpp index 8569a0854..2897356a5 100644 --- a/source/core/windows/slang-win-process.cpp +++ b/source/core/windows/slang-win-process.cpp @@ -13,6 +13,7 @@ #include <windows.h> #endif +#include <process.h> #include <stdio.h> #include <stdlib.h> |
