We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08036a commit beb8245Copy full SHA for beb8245
1 file changed
tools/NodeEditor/FastNoiseNodeEditor.cpp
@@ -2,6 +2,10 @@
2
#include <random>
3
#include <cstdio>
4
5
+#if !defined( WIN32 ) && !defined( __EMSCRIPTEN__ )
6
+#include <unistd.h> // For getppid(), pid_t
7
+#endif
8
+
9
#define IMGUI_DEFINE_MATH_OPERATORS
10
#include <imgui.h>
11
#include <misc/cpp/imgui_stdlib.h>
0 commit comments