summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'source/core')
-rw-r--r--source/core/slang-platform.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/slang-platform.cpp b/source/core/slang-platform.cpp
index 75c1b96cd..f02534e7c 100644
--- a/source/core/slang-platform.cpp
+++ b/source/core/slang-platform.cpp
@@ -20,6 +20,7 @@
#endif
#if SLANG_LINUX_FAMILY
+#include <limits.h>
#include <unistd.h>
#endif