fix missing header include in test

This omission was spotted when compiling with GCC-5 on Ubuntu/wily
This commit is contained in:
Fischlurch 2015-11-20 04:31:29 +01:00
parent c5e96efed8
commit ba48aa306a

View file

@ -25,6 +25,7 @@
#include "lib/test/test-helper.hpp"
#include <string>
#include <iostream>
using std::string;
using std::cout;