diff options
| -rw-r--r-- | llvm/tools/gccld/Linker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/gccld/Linker.cpp b/llvm/tools/gccld/Linker.cpp index 296d87b0eb4..e8a6d929b2f 100644 --- a/llvm/tools/gccld/Linker.cpp +++ b/llvm/tools/gccld/Linker.cpp @@ -21,6 +21,7 @@ #include "llvm/Transforms/IPO.h" #include "llvm/Transforms/Scalar.h" #include "llvm/Transforms/Utils/Linker.h" +#include "Config/config.h" #include "Support/CommandLine.h" #include "Support/FileUtilities.h" #include "Support/Signals.h" |

