Add explicit #includes of <iostream>
[oota-llvm.git] / lib / CodeGen / RegAllocLinearScan.cpp
index fbf669285c31dd0fd92ab1e5b7815e992fea6897..f5b081ab59619b4f302c4839da6c798099b64310 100644 (file)
@@ -28,6 +28,7 @@
 #include "llvm/Support/Debug.h"
 #include <algorithm>
 #include <cmath>
+#include <iostream>
 #include <set>
 #include <queue>
 #include <memory>