Github user nsuke commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1099#discussion_r80975121
  
    --- Diff: lib/cpp/src/thrift/TApplicationException.h ---
    @@ -21,6 +21,7 @@
     #define _THRIFT_TAPPLICATIONEXCEPTION_H_ 1
     
     #include <thrift/Thrift.h>
    +#include <stdint.h>
    --- End diff --
    
    We have `HAVE_STDINT_H` for this.
    For older VC++, uint32_t is still available via windows/config.h, switching 
between boost and std, which is included via Thrift.h.
    It's problematic for any non-windows without stdint.h, though.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to