Skip to content

Commit

Permalink
Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Sep 4, 2024
1 parent 7068991 commit 0cd4255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/tests/Directives.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define DIRECTIVES_H

#include <string>
#include <cstdint>

namespace Directive {

Expand All @@ -17,4 +18,4 @@ inline const uint32_t MAX_OUTPUT_BYTES = 4096;

} // namespace Directive

#endif // DIRECTIVES_H
#endif // DIRECTIVES_H

0 comments on commit 0cd4255

Please sign in to comment.