Skip to content

Commit

Permalink
* numeric_vocab.hh: Include climits. (Closes bug #19984)
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Jul 5, 2007
1 parent 1835645 commit 3064397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numeric_vocab.hh
Expand Up @@ -11,6 +11,8 @@
// PURPOSE.

#include <cstddef>
#include <climits> // Some architectures need this for CHAR_BIT
// The lack of this was reported as bug #19984
#include <limits>
#include <boost/static_assert.hpp>

Expand Down

0 comments on commit 3064397

Please sign in to comment.