Include cstdint (#6697)

This commit is contained in:
Lost Robot
2023-04-25 11:06:15 -07:00
committed by GitHub
parent 1f93dbc124
commit f13e95932d

View File

@@ -49,6 +49,7 @@
#ifndef ALLEGRO_H
#define ALLEGRO_H
#include <assert.h>
#include <cstdint>
#include <cstring>
#include <istream>
#include <ostream>