This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#include <limits>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <basen/baseN.hpp>
|
||||
#include <basen/Exception.hpp>
|
||||
@ -90,4 +89,4 @@ namespace hex
|
||||
hex::decode(str.data(), str.size(), data.data(), data.size());
|
||||
return data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user