Hoa Nguyen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/30734 )

Change subject: util: Add missing iostream header to util/m5/src/commands.cc
......................................................................

util: Add missing iostream header to util/m5/src/commands.cc

Signed-off-by: Hoa Nguyen <hoangu...@ucdavis.edu>
Change-Id: I93f99284ecda22c73572cc0ffa8c3be0160ce560
---
M util/m5/src/commands.cc
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/util/m5/src/commands.cc b/util/m5/src/commands.cc
index 9c103fb..d721899 100644
--- a/util/m5/src/commands.cc
+++ b/util/m5/src/commands.cc
@@ -34,6 +34,7 @@
 #include <cstdio>
 #include <cstdlib>
 #include <cstring>
+#include <iostream>

 #include "args.hh"
 #include "commands.hh"

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/30734
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I93f99284ecda22c73572cc0ffa8c3be0160ce560
Gerrit-Change-Number: 30734
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen <hoangu...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to