scons: add include guards to info.hh
authorNathan Binkert <nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000 (11:18 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000 (11:18 -0700)
src/base/stats/info.hh

index f24ad11d77a8986b479e9f3b3ce990100f1c6ac4..3be15f667bc7abd9199fe885731d651349207da7 100644 (file)
@@ -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__