[flang] respond to review comments for part 3
authorEric Schweitz <eschweitz@nvidia.com>
Thu, 21 Feb 2019 20:05:26 +0000 (12:05 -0800)
committerEric Schweitz <eschweitz@nvidia.com>
Thu, 21 Feb 2019 20:05:26 +0000 (12:05 -0800)
Original-commit: flang-compiler/f18@bcf0a6fa20c587d66be36f18c85d966d67c1d020
Reviewed-on: https://github.com/flang-compiler/f18/pull/295
Tree-same-pre-rewrite: false

flang/lib/IntermediateRepresentation/builder.cc

index f79c99c..ffa1daf 100644 (file)
@@ -13,7 +13,7 @@
 // limitations under the License.
 
 #include "builder.h"
-#include <iostream>
+#include <ostream>
 
 namespace Fortran::IntermediateRepresentation {