Added missing #include

This commit is contained in:
Phil Nash 2014-09-15 23:32:13 +01:00
parent 6a8e8ada0d
commit 9630454b0f
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
#include <set>
#include <sstream>
#include <iostream>
#include <algorithm>
namespace Catch {

View File

@ -1,6 +1,6 @@
/*
* CATCH v1.1 build 4 (develop branch)
* Generated: 2014-09-15 18:39:57.728720
* Generated: 2014-09-15 23:31:31.318013
* ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@ -5636,6 +5636,7 @@ namespace Catch {
#include <set>
#include <sstream>
#include <iostream>
#include <algorithm>
namespace Catch {