1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-31 15:44:47 +02:00

stdio.h replaced with cstdio.

This commit is contained in:
offa 2020-02-04 18:41:11 +01:00 committed by Martin Hořeňovský
parent 442283ee11
commit 2441c2faab
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

@ -14,7 +14,7 @@
#include <catch2/catch_test_macros.hpp>
#include <stdio.h>
#include <cstdio>
#include <sstream>
#include <iostream>