projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0746e92
)
base: misc: Add missing header file.
author
Nilay Vaish
<nilay@cs.wisc.edu>
Sat, 11 Oct 2014 20:02:22 +0000
(15:02 -0500)
committer
Nilay Vaish
<nilay@cs.wisc.edu>
Sat, 11 Oct 2014 20:02:22 +0000
(15:02 -0500)
src/base/misc.hh
patch
|
blob
|
history
diff --git
a/src/base/misc.hh
b/src/base/misc.hh
index 23ecf736b5cc89c4a837032b57c4d43f593bc201..5f89e5f1d34d793267665d28cdfc2c512c08d700 100644
(file)
--- a/
src/base/misc.hh
+++ b/
src/base/misc.hh
@@
-45,6
+45,7
@@
#ifndef __BASE_MISC_HH__
#define __BASE_MISC_HH__
+#include <cassert>
#include <iostream>
#include "base/compiler.hh"