Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include cstdint.h In mtev_json_object.h
mtev_json_object.h uses things like uint64_t, which require ctdint.h. Not including it here makes other files have to include it and makes include order matter. Added the include directly to mtev_json_object.h to avoid this.
- Loading branch information