Use cinttypes instead of inttypes.h

Fixes build on some compilers for some reason I fail to understand
This commit is contained in:
ISSOtm
2022-03-10 00:56:55 +01:00
committed by Eldred Habert
parent 2099a25ee0
commit 71cb2854e8
3 changed files with 3 additions and 3 deletions

View File

@@ -10,9 +10,9 @@
#include <algorithm>
#include <assert.h>
#include <cinttypes>
#include <errno.h>
#include <fstream>
#include <inttypes.h>
#include <memory>
#include <optional>
#include <png.h>