Skip to content

Commit 325d622

Browse files
authored
Merge pull request #1 from njfox/add-missing-cstdint
Add missing cstdint
2 parents ffd6beb + 1010613 commit 325d622

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/zep/mcommon/math/math.h

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

33
#include <cmath>
4+
#include <cstdint>
45
#include <ostream>
56
#include <algorithm>
67

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)