Skip to content
Snippets Groups Projects
Commit a1f6299c authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed issue for centos build

parent a65d9996
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ namespace IRDB_SDK
template <class T>
inline string to_hex_string (const T& t)
{
auto ss=stringstream();
stringstream ss();
ss << hex << t;
return ss.str();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment