summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/compat/mingw/alloca.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/compat/mingw/alloca.h')
-rw-r--r--3rdparty/compat/mingw/alloca.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/compat/mingw/alloca.h b/3rdparty/compat/mingw/alloca.h
new file mode 100644
index 00000000000..2cc6e9a5a4e
--- /dev/null
+++ b/3rdparty/compat/mingw/alloca.h
@@ -0,0 +1,6 @@
+#ifndef MINGW32_ALLOCA_H_HEADER_GUARD
+#define MINGW32_ALLOCA_H_HEADER_GUARD
+
+#include <malloc.h>
+
+#endif // MINGW32_ALLOCA_H_HEADER_GUARD