8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Looks like older version of VS (and/or SDK) requires this include for getpid()

This commit is contained in:
Vlad Khorsun 2024-07-23 20:45:40 +03:00
parent fa90256cf0
commit 7b1b82451e

View File

@ -36,6 +36,10 @@
#include <atomic>
#ifdef WIN_NT
#include <process.h>
#endif
using namespace Jrd;
using namespace Firebird;