Added missing includes
parent
b5b3f81840
commit
ae5e5b3874
|
@ -24,10 +24,12 @@
|
|||
#include <array>
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cuchar>
|
||||
#include <cwctype>
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
|
||||
unsigned int StrUtils::HexStringToInt(const std::string& str)
|
||||
{
|
||||
std::stringstream ss;
|
||||
|
|
Loading…
Reference in New Issue