Skip to content

Commit beb8245

Browse files
committed
Fix MacOs include
1 parent a08036a commit beb8245

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/NodeEditor/FastNoiseNodeEditor.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#include <random>
33
#include <cstdio>
44

5+
#if !defined( WIN32 ) && !defined( __EMSCRIPTEN__ )
6+
#include <unistd.h> // For getppid(), pid_t
7+
#endif
8+
59
#define IMGUI_DEFINE_MATH_OPERATORS
610
#include <imgui.h>
711
#include <misc/cpp/imgui_stdlib.h>

0 commit comments

Comments
 (0)