mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-01 16:14:46 +02:00
stdio.h replaced with cstdio.
This commit is contained in:
parent
442283ee11
commit
2441c2faab
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include <catch2/catch_test_macros.hpp>
|
#include <catch2/catch_test_macros.hpp>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user