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 {