diff options
Diffstat (limited to 'src/base/intmath.hh')
-rw-r--r-- | src/base/intmath.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/intmath.hh b/src/base/intmath.hh index 139f6bf15..a2960e750 100644 --- a/src/base/intmath.hh +++ b/src/base/intmath.hh @@ -28,10 +28,10 @@ * Authors: Nathan Binkert */ -#ifndef __INTMATH_HH__ -#define __INTMATH_HH__ +#ifndef __BASE_INTMATH_HH__ +#define __BASE_INTMATH_HH__ -#include <assert.h> +#include <cassert> #include "base/types.hh" @@ -229,4 +229,4 @@ hex2Int(char c) return 0; } -#endif // __INTMATH_HH__ +#endif // __BASE_INTMATH_HH__ |