mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 14:10:55 +00:00
Support: Add missing #include.
This #include is necessary to provide the definitions of _fpclass and _FPCLASS_NZ when building with libc++. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dca3ef156e
commit
c01e81835c
@ -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…
Reference in New Issue
Block a user