mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 02:18:46 +00:00
Support: Add missing #include.
This #include is necessary to provide the definitions of _fpclass and _FPCLASS_NZ when building with libc++. llvm-svn: 322885
This commit is contained in:
parent
56dfed1023
commit
2a40842c98
@ -14,6 +14,8 @@
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/Support/Format.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
template<typename T, std::size_t N>
|
||||
|
Loading…
x
Reference in New Issue
Block a user