blob: a43e3189d1310d8368d4fae954992e42c0dfee87 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./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 {
|