aports/community/liblcf/include-cstdint.patch
2023-10-25 05:58:18 +00:00

11 lines
248 B
Diff

--- a/src/generated/lcf/rpg/encounter.h
+++ b/src/generated/lcf/rpg/encounter.h
@@ -12,6 +12,7 @@
#ifndef LCF_RPG_ENCOUNTER_H
#define LCF_RPG_ENCOUNTER_H
#include "lcf/context.h"
+#include <cstdint>
#include <ostream>
#include <type_traits>