mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
13 lines
300 B
Diff
13 lines
300 B
Diff
diff --git a/lib-src/portsmf/allegro.h b/lib-src/portsmf/allegro.h
|
|
index 674049c..e2200ed 100644
|
|
--- a/lib-src/portsmf/allegro.h
|
|
+++ b/lib-src/portsmf/allegro.h
|
|
@@ -49,6 +49,7 @@
|
|
#ifndef ALLEGRO_H
|
|
#define ALLEGRO_H
|
|
#include <assert.h>
|
|
+#include <cstdint>
|
|
#include <istream>
|
|
#include <ostream>
|
|
|