2
0
mirror of https://github.com/boostorg/regex.git synced 2026-02-15 13:22:18 +00:00

Applies fix for issue #1598: added missing #include.

[SVN r42929]
This commit is contained in:
John Maddock
2008-01-23 16:08:44 +00:00
parent 2cbd1c8882
commit 37040f4bfd

View File

@@ -68,6 +68,7 @@ Accepts UTF-32 code points and forwards them on as UTF-16 code points.
#include <stdexcept>
#ifndef BOOST_NO_STD_LOCALE
#include <sstream>
#include <ios>
#endif
#include <limits.h> // CHAR_BIT