Add missing includes.
[SVN r22912]
This commit is contained in:
parent
18a648ef27
commit
ef7ff253c7
@ -6,6 +6,8 @@
|
||||
#ifndef BOOST_CONVERT_HPP_VP_2004_04_28
|
||||
#define BOOST_CONVERT_HPP_VP_2004_04_28
|
||||
|
||||
#include <boost/detail/workaround.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <locale>
|
||||
// for mbstate_t
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include <locale>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <boost/program_options/detail/convert.hpp>
|
||||
#include <boost/program_options/detail/utf8_codecvt_facet.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user