summaryrefslogtreecommitdiff
path: root/src/systemc/ext/utils/_utils.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-10-07 03:02:56 -0700
committerGabe Black <gabeblack@google.com>2018-10-16 01:11:44 +0000
commitb366cbcde953e2adddc10a2825e2803b5f8a9bdd (patch)
treee532fa49c762eb6b293f88f5a0583946d3a88227 /src/systemc/ext/utils/_utils.hh
parent98f40c54a31457078de587b8a29fdd055b9db28b (diff)
downloadgem5-b366cbcde953e2adddc10a2825e2803b5f8a9bdd.tar.xz
systemc: Switch to using predefined messages for utils.
Create and use predefined messages for utils which match the ones Accellera uses. Change-Id: I932b7206fc16181d01a0d5b7441ce617b30e5365 Reviewed-on: https://gem5-review.googlesource.com/c/13328 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/utils/_utils.hh')
-rw-r--r--src/systemc/ext/utils/_utils.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/ext/utils/_utils.hh b/src/systemc/ext/utils/_utils.hh
index d76caf9ec..6c19ac230 100644
--- a/src/systemc/ext/utils/_utils.hh
+++ b/src/systemc/ext/utils/_utils.hh
@@ -31,6 +31,7 @@
#define __SYSTEMC_EXT_UTIL__UTIL_HH__
#include "functions.hh"
+#include "messages.hh"
#include "sc_exception.hh"
#include "sc_report.hh"
#include "sc_report_handler.hh"