mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-09 07:01:14 +00:00
Speculative build fix for using alloca on PS4 & FreeBSD
This commit is contained in:
parent
0a23e2c832
commit
6b23fca1ff
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include <stdio.h> // vsnprintf, sscanf, printf
|
||||
#include <new> // new (ptr)
|
||||
#ifndef alloca
|
||||
#if !defined(alloca) && !defined(__FreeBSD__)
|
||||
#if _WIN32
|
||||
#include <malloc.h> // alloca
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue