Build: Use cinttypes not inttypes.h.

Apparently this helps webOS, see #15604.
This commit is contained in:
Unknown W. Brackets 2022-06-17 22:58:30 -07:00
parent 21bf41e6dd
commit 5cab38a645

View file

@ -16,7 +16,7 @@
#include <ctype.h>
#include <fcntl.h>
#endif
#include <inttypes.h>
#include <cinttypes>
#include "Common/Log.h"
#include "Common/File/Path.h"