changeset 24b06cbf2d67 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=24b06cbf2d67
description:
base: Include cassert in trie.hh.
trie.hh uses assert, but it wasn't explicitly including cassert.
diffstat:
src/base/trie.hh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r af0f1c66ff53 -r 24b06cbf2d67 src/base/trie.hh
--- a/src/base/trie.hh Sat Apr 21 15:00:23 2012 -0700
+++ b/src/base/trie.hh Sun Apr 22 05:20:44 2012 -0700
@@ -31,6 +31,8 @@
#ifndef __BASE_TRIE_HH__
#define __BASE_TRIE_HH__
+#include <cassert>
+
#include "base/cprintf.hh"
#include "base/misc.hh"
#include "base/types.hh"
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev