1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Attempt to fix build errors caused by r355812

llvm-svn: 355813
This commit is contained in:
Pavel Labath 2019-03-11 09:23:30 +00:00
parent aa70828a6f
commit c742abf450

View File

@ -17,6 +17,7 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DataTypes.h"
#include <cstddef>
#include <type_traits>
#if defined(_MSC_VER) && !defined(_DEBUG)
#include <stdlib.h>
#endif