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:
Peter Collingbourne 2018-01-18 20:49:33 +00:00
parent 56dfed1023
commit 2a40842c98

View File

@ -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>