Skip to content

Commit e743a43

Browse files
redstratecmaughan
authored andcommitted
Adding missing cstdint include in stringutils
1 parent cd61d52 commit e743a43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zep/mcommon/string/stringutils.h

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <string>
77
#include <unordered_map>
88
#include <vector>
9+
#include <cstdint>
910

1011
namespace Zep
1112
{

0 commit comments

Comments
 (0)