Fixed #include

This commit is contained in:
Phil Nash 2014-10-02 19:13:21 +01:00
parent 383d7c06a1
commit e606cebac5
2 changed files with 3 additions and 3 deletions

View file

@ -8,10 +8,11 @@
#ifndef TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED
#include "../internal/catch_stream.h"
#include <sstream>
#include <string>
#include <vector>
#include <catch_stream.h>
namespace Catch {