Skip to content

Commit

Permalink
Adding missing cstdint include in stringutils
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate authored and cmaughan committed Mar 23, 2024
1 parent cd61d52 commit e743a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zep/mcommon/string/stringutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <string>
#include <unordered_map>
#include <vector>
#include <cstdint>

namespace Zep
{
Expand Down

0 comments on commit e743a43

Please sign in to comment.