always include "meta.h", as it is not only used for member iterators
This commit is contained in:
parent
1beec85453
commit
defc3aaf9b
@ -24,6 +24,7 @@
|
|||||||
/*! \file document.h */
|
/*! \file document.h */
|
||||||
|
|
||||||
#include "reader.h"
|
#include "reader.h"
|
||||||
|
#include "internal/meta.h"
|
||||||
#include "internal/strfunc.h"
|
#include "internal/strfunc.h"
|
||||||
#include <new> // placement new
|
#include <new> // placement new
|
||||||
|
|
||||||
@ -56,7 +57,6 @@ RAPIDJSON_DIAG_OFF(effc++)
|
|||||||
#endif // RAPIDJSON_HAS_STDSTRING
|
#endif // RAPIDJSON_HAS_STDSTRING
|
||||||
|
|
||||||
#ifndef RAPIDJSON_NOMEMBERITERATORCLASS
|
#ifndef RAPIDJSON_NOMEMBERITERATORCLASS
|
||||||
#include "internal/meta.h"
|
|
||||||
#include <iterator> // std::iterator, std::random_access_iterator_tag
|
#include <iterator> // std::iterator, std::random_access_iterator_tag
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user