Skip to content

Commit 3d78647

Browse files
committed
Adding define for format macros for inttypes.h, which caused a build break on Android.
1 parent 08c7fc6 commit 3d78647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/src/json/json_serialization.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include <stdio.h>
3030

3131
#ifndef _MS_WINDOWS
32+
#define __STDC_FORMAT_MACROS
3233
#include <inttypes.h>
3334
#endif
3435

0 commit comments

Comments
 (0)