From 835c07eb0ff4fb910fdcc0f698649b49b66c7142 Mon Sep 17 00:00:00 2001 From: Hoa Nguyen Date: Fri, 26 Jun 2020 14:05:29 -0700 Subject: [PATCH] util: Add missing iostream header to util/m5/src/commands.cc Signed-off-by: Hoa Nguyen Change-Id: I93f99284ecda22c73572cc0ffa8c3be0160ce560 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30734 Reviewed-by: Jason Lowe-Power Reviewed-by: Gabe Black Maintainer: Jason Lowe-Power Maintainer: Gabe Black Tested-by: kokoro --- util/m5/src/commands.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/m5/src/commands.cc b/util/m5/src/commands.cc index 9c103fbbd..d721899d2 100644 --- a/util/m5/src/commands.cc +++ b/util/m5/src/commands.cc @@ -34,6 +34,7 @@ #include #include #include +#include #include "args.hh" #include "commands.hh" -- 2.30.2