1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-02 08:34:47 +02:00

Fixed missing #include

From GitHub issue 
This commit is contained in:
Phil Nash 2012-05-11 18:55:19 +01:00
parent 176eb81563
commit 15140eacd7

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