Skip to content

Commit 7b1b824

Browse files
committed
Looks like older version of VS (and/or SDK) requires this include for getpid()
1 parent fa90256 commit 7b1b824

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/jrd/ProfilerManager.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636

3737
#include <atomic>
3838

39+
#ifdef WIN_NT
40+
#include <process.h>
41+
#endif
42+
3943
using namespace Jrd;
4044
using namespace Firebird;
4145

0 commit comments

Comments
 (0)