diff options
Diffstat (limited to 'rapidjson')
| -rw-r--r-- | rapidjson/document.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rapidjson/document.h b/rapidjson/document.h index 619029a2..340b6c40 100644 --- a/rapidjson/document.h +++ b/rapidjson/document.h @@ -15,6 +15,14 @@ #ifndef RAPIDJSON_DOCUMENT_H_ #define RAPIDJSON_DOCUMENT_H_ +#ifdef max +#undef max +#endif +#ifdef min +#undef min +#endif + + /*! \file document.h */ #include "reader.h" |
