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 {

View File

@ -1,6 +1,6 @@
/*
* CATCH v1.1 build 6 (develop branch)
* Generated: 2014-10-02 19:07:23.164698
* Generated: 2014-10-02 19:13:03.375275
* ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@ -7713,7 +7713,6 @@ namespace Catch {
#include <sstream>
#include <string>
#include <vector>
#include <catch_stream.h>
namespace Catch {