scons: add include guards to info.hh

This commit is contained in:
Nathan Binkert
2009-05-11 11:18:09 -07:00
parent cf6b4ef734
commit 5b752c1e31

View 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__