diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Support/SlowOperationInformer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/SlowOperationInformer.cpp b/lib/Support/SlowOperationInformer.cpp index 40759f6..9dc2750 100644 --- a/lib/Support/SlowOperationInformer.cpp +++ b/lib/Support/SlowOperationInformer.cpp @@ -17,6 +17,7 @@ #include <sstream> #include <signal.h> #include <unistd.h> +#include <cassert> using namespace llvm; /// OperationCancelled - This flag is set by the SIGINT signal handler if the |