Skip to content

Commit 1010613

Browse files
authored
add missing cstdint
1 parent 9b2a88a commit 1010613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zep/mcommon/string/stringutils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <functional>
45
#include <ostream>
56
#include <sstream>

0 commit comments

Comments
 (0)