2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-01 09:02:16 +00:00

Fixes build error caused by missing include.

This commit is contained in:
Martin Hořeňovský
2016-11-28 15:47:20 +01:00
parent 30cebd6177
commit 0c8c6b347a

View File

@@ -15,6 +15,7 @@
#include <streambuf>
#include <ostream>
#include <fstream>
#include <memory>
namespace Catch {