mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Fix missing include and wrong comment format
While the comment format was valid C++, it breaks our tooling badly. I opened up a github issue for our tooling, because unexpected formatting of a block comment should not silently generate invalid single header file, see #1269.
This commit is contained in:
parent
e92b9c07c3
commit
0510d4755f
@ -13,6 +13,7 @@
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
|
||||
#if defined(CATCH_PLATFORM_WINDOWS)
|
||||
#include <io.h> //_dup and _dup2
|
||||
|
Loading…
Reference in New Issue
Block a user