diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-09 03:40:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-09 03:40:30 +0000 |
commit | be2c4596cb562bbb216af2a0dd5c3b5c489e722c (patch) | |
tree | b537c3a5b68be4e6b21445e17440c41503a7e59d /lib/Support | |
parent | 8262df3aa49feaae18a86d21ed8a20427d638218 (diff) |
Change a #include into a forward declaration
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/FoldingSet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/FoldingSet.cpp b/lib/Support/FoldingSet.cpp index d099d90fe2..059b780565 100644 --- a/lib/Support/FoldingSet.cpp +++ b/lib/Support/FoldingSet.cpp @@ -15,6 +15,7 @@ //===----------------------------------------------------------------------===// #include "llvm/ADT/FoldingSet.h" +#include "llvm/ADT/APFloat.h" #include "llvm/Support/MathExtras.h" #include <cassert> using namespace llvm; |