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