projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6b4ef
)
scons: add include guards to info.hh
author
Nathan Binkert
<nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000
(11:18 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000
(11:18 -0700)
src/base/stats/info.hh
patch
|
blob
|
history
diff --git
a/src/base/stats/info.hh
b/src/base/stats/info.hh
index f24ad11d77a8986b479e9f3b3ce990100f1c6ac4..3be15f667bc7abd9199fe885731d651349207da7 100644
(file)
--- a/
src/base/stats/info.hh
+++ b/
src/base/stats/info.hh
@@
-28,6
+28,9
@@
* Authors: Nathan Binkert
*/
+#ifndef __BASE_STATS_INFO_HH__
+#define __BASE_STATS_INFO_HH__
+
#include "base/flags.hh"
#include "base/stats/types.hh"
@@
-245,3
+248,5
@@
class FormulaInfo : public VectorInfo
/* namespace Stats */ }
+
+#endif // __BASE_STATS_INFO_HH__