nixos-configs/devices/nos/modules/subtitles/syncing/subsync/patches/cstdint.patch
matt1432 bec85ec552
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(subtitles): cleanup file structure of module
2024-03-26 11:26:06 -04:00

25 lines
452 B
Diff

diff --git a/gizmo/text/utf8.h b/gizmo/text/utf8.h
index 7c3bcdb..99f1a92 100644
--- a/gizmo/text/utf8.h
+++ b/gizmo/text/utf8.h
@@ -2,6 +2,7 @@
#define __UTF8_H__
#include <string>
+#include <cstdint>
class Utf8
diff --git a/gizmo/text/ssa.h b/gizmo/text/ssa.h
index 66d9918..170e265 100644
--- a/gizmo/text/ssa.h
+++ b/gizmo/text/ssa.h
@@ -5,6 +5,7 @@
#include <list>
#include <set>
#include <string>
+#include <cstdint>
class SSAParser