Add missing #include

llvm-svn: 10669
This commit is contained in:
Chris Lattner 2003-12-31 07:31:10 +00:00
parent 3f6af8506e
commit f651ccde40

View File

@ -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