Fixed missing #include

From GitHub issue #77
This commit is contained in:
Phil Nash 2012-05-11 18:55:19 +01:00
parent 176eb81563
commit 15140eacd7
1 changed files with 1 additions and 0 deletions

View File

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