Added missing includes (iostream) for the tests

This commit is contained in:
beder
2011-11-13 16:12:39 -06:00
parent c4b3b5e52e
commit fe5fcbb84e
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include "yaml-cpp/yaml.h"
#include <sstream>
#include <algorithm>
#include <iostream>
namespace Test
{