"vscode:/vscode.git/clone" did not exist on "1dc231d14a48bd5ac48e53a5fa283e59da48673a"
Commit fe5fcbb8 authored by beder's avatar beder
Browse files

Added missing includes (iostream) for the tests

parent c4b3b5e5
#include "tests.h"
#include "yaml-cpp/yaml.h"
#include <iostream>
namespace Test
{
......
#include "nodetests.h"
#include "yaml-cpp/yaml.h"
#include <iostream>
namespace {
struct TEST {
......
#include "spectests.h"
#include "specexamples.h"
#include "yaml-cpp/yaml.h"
#include <iostream>
#define YAML_ASSERT(cond) do { if(!(cond)) return " Assert failed: " #cond; } while(false)
......
......@@ -2,6 +2,7 @@
#include "yaml-cpp/yaml.h"
#include <sstream>
#include <algorithm>
#include <iostream>
namespace Test
{
......
#include "spectests.h"
#include "yaml-cpp/yaml.h"
#include <iostream>
namespace Test
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment