Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

define fixed width integer types #28

Merged
merged 1 commit into from
Apr 29, 2019
Merged

define fixed width integer types #28

merged 1 commit into from
Apr 29, 2019

Conversation

olafhering
Copy link
Contributor

XMLUtils uses uint32_t in public header files, but makes no attempt to define that data type.

Fix this by including .

Signed-off-by: Olaf Hering olaf@aepfle.de

src/util/XMLUtils.h Outdated Show resolved Hide resolved
XMLUtils uses uint32_t in public header files, but makes no attempt to define that data type.

Fix this by including <cstdint>.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
@Rechi Rechi merged commit 915da08 into xbmc:master Apr 29, 2019
@olafhering olafhering deleted the uint32_t branch April 29, 2019 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants