util: Add missing iostream header to util/m5/src/commands.cc
authorHoa Nguyen <hoanguyen@ucdavis.edu>
Fri, 26 Jun 2020 21:05:29 +0000 (14:05 -0700)
committerHoa Nguyen <hoanguyen@ucdavis.edu>
Sat, 27 Jun 2020 00:48:13 +0000 (00:48 +0000)
Signed-off-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Change-Id: I93f99284ecda22c73572cc0ffa8c3be0160ce560
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30734
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/src/commands.cc

index 9c103fbbd5cd4a94c03d97b6a559f2e623d893a8..d721899d2e18ed70d2c710c4f9672f8b2a571e0f 100644 (file)
@@ -34,6 +34,7 @@
 #include <cstdio>
 #include <cstdlib>
 #include <cstring>
+#include <iostream>
 
 #include "args.hh"
 #include "commands.hh"