GUI: work around lack of PRIu64 in some systems

This commit is contained in:
tildearrow 2025-02-01 02:32:59 -05:00
parent b64c06dd4d
commit c95e9684ed

View file

@ -28,6 +28,9 @@
#include <SDL.h>
#include <fftw3.h>
#include <stdint.h>
#ifndef PRIu64
#include <inttypes.h>
#endif
#include <initializer_list>
#include <future>
#include <memory>