Skip to content
Snippets Groups Projects
Commit 8ec63876 authored by Hubert Chathi's avatar Hubert Chathi
Browse files

include the C++ string library in unit tests

to fix compilation errors in some compilers
parent ea13edca
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <string>
std::ostream & print_hex(
std::ostream & os,
......
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