try to fix VS compile error for std::uint32_t
This commit is contained in:
parent
faa32fd51d
commit
75f50e0bf8
|
@ -30,6 +30,7 @@
|
|||
#include <cctype>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <cstdint>
|
||||
|
||||
/**
|
||||
* Remove heading and trailing whitespaces from the input parameter.
|
||||
|
|
Loading…
Reference in New Issue