include the C++ string library in unit tests
to fix compilation errors in some compilers
This commit is contained in:
parent
ea13edcae0
commit
8ec6387615
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <cstdlib>
|
||||
|
||||
#include <string>
|
||||
|
||||
std::ostream & print_hex(
|
||||
std::ostream & os,
|
||||
|
|
Loading…
Reference in a new issue