fix missing header include in test
This omission was spotted when compiling with GCC-5 on Ubuntu/wily
This commit is contained in:
parent
2f13b9ee4a
commit
1b2a0c1513
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
#include "lib/test/test-helper.hpp"
|
#include "lib/test/test-helper.hpp"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
using std::cout;
|
using std::cout;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue