When cleaning up the final bytecode file, make sure to run DTE as well
[oota-llvm.git] / tools / bugpoint / SystemUtils.cpp
index 5483f809583a944efaa4f194909b6f7eb25a753c..034c141f794f732db4e248620a12cabd38a28942 100644 (file)
@@ -8,7 +8,9 @@
 #include "SystemUtils.h"
 #include <algorithm>
 #include <fstream>
-#include <stdlib.h>
+#include <iostream>
+#include <cstdlib>
+#include <alloca.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>