summarylogtreecommitdiffstats
path: root/include.patch
diff options
context:
space:
mode:
author3JlOy_PYCCKUI2023-05-20 02:15:27 +0300
committer3JlOy_PYCCKUI2023-05-20 02:15:27 +0300
commit681ed88935f02cb7e49c27c2018a7be91d653182 (patch)
tree4ea3c0370cd8a097cd9f0a07d955074323bac0b6 /include.patch
parent3072d28ce956dfaa408cbae5206024808a2baa8f (diff)
downloadaur-681ed88935f02cb7e49c27c2018a7be91d653182.tar.gz
fix
Diffstat (limited to 'include.patch')
-rw-r--r--include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/include.patch b/include.patch
new file mode 100644
index 000000000000..1cedb97ffb85
--- /dev/null
+++ b/include.patch
@@ -0,0 +1,13 @@
+diff --git a/src/modules/include/module_common_types_public.h b/src/modules/include/module_common_types_public.h
+index 345e45ce..de74bf69 100644
+--- a/src/modules/include/module_common_types_public.h
++++ b/src/modules/include/module_common_types_public.h
+@@ -10,7 +10,7 @@
+
+ #ifndef MODULES_INCLUDE_MODULE_COMMON_TYPES_PUBLIC_H_
+ #define MODULES_INCLUDE_MODULE_COMMON_TYPES_PUBLIC_H_
+-
++#include <cstdint>
+ #include <limits>
+
+ #include "absl/types/optional.h"