mirror of
https://github.com/boostorg/wave.git
synced 2026-02-12 00:32:17 +00:00
Wave: Added missing #include <climits> to cpp_chlit_grammar.hpp.
[SVN r37349]
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
#if !defined(CPP_CHLIT_GRAMMAR_HPP_9527D349_6592_449A_A409_42A001E6C64C_INCLUDED)
|
||||
#define CPP_CHLIT_GRAMMAR_HPP_9527D349_6592_449A_A409_42A001E6C64C_INCLUDED
|
||||
|
||||
#include <limits> // sid::numeric_limits
|
||||
#include <limits> // std::numeric_limits
|
||||
#include <climits> // CHAR_BIT
|
||||
|
||||
#include <boost/static_assert.hpp>
|
||||
#include <boost/cstdint.hpp>
|
||||
|
||||
Reference in New Issue
Block a user