From 6e741f8842b5570e30f25912dbdaaa2edf36110c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 15 Jul 2005 22:48:31 +0000 Subject: [PATCH] You can't use config options without config.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22446 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 3e685f34538..a554b625f28 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/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 using namespace llvm; -- 2.11.0