mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
11 lines
250 B
Diff
11 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 {
|