add stdint.h to ymf278.h

issue #2610
This commit is contained in:
tildearrow 2025-07-24 01:04:25 -05:00
parent 9a78903388
commit c60948be9e

View file

@ -1,6 +1,7 @@
#ifndef YMF278_HH #ifndef YMF278_HH
#define YMF278_HH #define YMF278_HH
#include <stdint.h>
#include <vector> #include <vector>
#include <string> #include <string>
#include <algorithm> #include <algorithm>