diff --git a/tools/llvmc/CompilerDriver.cpp b/tools/llvmc/CompilerDriver.cpp index 7dadf433261..08559b82461 100644 --- a/tools/llvmc/CompilerDriver.cpp +++ b/tools/llvmc/CompilerDriver.cpp @@ -16,6 +16,7 @@ #include "ConfigLexer.h" #include "llvm/Module.h" #include "llvm/Bytecode/Reader.h" +#include "llvm/System/Signals.h" #include "Support/FileUtilities.h" #include "Support/SetVector.h" #include "Support/StringExtras.h"