mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
69f814e3c2
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
250 B
Diff
10 lines
250 B
Diff
--- ./src/helpers/help.h.orig 2022-11-30 12:52:57.000000000 -0600
|
|
+++ ./src/helpers/help.h 2023-09-22 14:07:07.559767953 -0500
|
|
@@ -17,6 +17,7 @@
|
|
#ifndef HELP_HELPER
|
|
#define HELP_HELPER
|
|
|
|
+#include <cstdint>
|
|
#include <iostream>
|
|
|
|
namespace help {
|