From 0cd42552265cbbf100c68104f8629d65e18f4fc7 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 3 Sep 2024 18:54:04 -0600 Subject: [PATCH] Patch --- include/tests/Directives.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/tests/Directives.h b/include/tests/Directives.h index 7deeb496..ac757a73 100644 --- a/include/tests/Directives.h +++ b/include/tests/Directives.h @@ -2,6 +2,7 @@ #define DIRECTIVES_H #include +#include namespace Directive { @@ -17,4 +18,4 @@ inline const uint32_t MAX_OUTPUT_BYTES = 4096; } // namespace Directive -#endif // DIRECTIVES_H \ No newline at end of file +#endif // DIRECTIVES_H