forked from catchorg/Catch2
stdio.h replaced with cstdio.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
|
||||
|
Reference in New Issue
Block a user