aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FoldingSet.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-09 03:40:30 +0000
committerChris Lattner <sabre@nondot.org>2007-10-09 03:40:30 +0000
commit5c50f596908ed27eda4820f6f645fb43adab0cd1 (patch)
treeff72a1fb6a20f76677135d1201799cfb5ced906d /llvm/lib/Support/FoldingSet.cpp
parent66d9572cedc5ac26dfc321ce63c398dfb35cdebc (diff)
downloadllvm-5c50f596908ed27eda4820f6f645fb43adab0cd1.zip
llvm-5c50f596908ed27eda4820f6f645fb43adab0cd1.tar.gz
llvm-5c50f596908ed27eda4820f6f645fb43adab0cd1.tar.bz2
Change a #include into a forward declaration
llvm-svn: 42781
Diffstat (limited to 'llvm/lib/Support/FoldingSet.cpp')
-rw-r--r--llvm/lib/Support/FoldingSet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/FoldingSet.cpp b/llvm/lib/Support/FoldingSet.cpp
index d099d90..059b780 100644
--- a/llvm/lib/Support/FoldingSet.cpp
+++ b/llvm/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;