diff options
author | Chris Lattner <sabre@nondot.org> | 2005-07-15 22:48:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-07-15 22:48:31 +0000 |
commit | b47f5e6d54e1dc35c95196112aeee6114036b6dd (patch) | |
tree | cfa79ede9e0d75bcd33d0e30ac91502210350f13 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | |
parent | 3a6a4d37077a32ae79eac9c04fecff590c172978 (diff) | |
download | bcm5719-llvm-b47f5e6d54e1dc35c95196112aeee6114036b6dd.tar.gz bcm5719-llvm-b47f5e6d54e1dc35c95196112aeee6114036b6dd.zip |
You can't use config options without config.h
llvm-svn: 22446
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 3e685f34538..a554b625f28 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp @@ -16,6 +16,7 @@ #include "llvm/Function.h" #include "llvm/Support/GraphWriter.h" #include "llvm/ADT/StringExtras.h" +#include "llvm/Config/config.h" #include <fstream> using namespace llvm; |