Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1099#discussion_r81062337 --- 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 -- Still perplexing me... it looks like _STDINT is already defined by the time we get there but only stdint.h seems to define that... so I'm still looking...
--- 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. ---