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 917e92c162
commit 36170d60ca

View File

@ -17,7 +17,7 @@
#include "catch.hpp"
#include <stdio.h>
#include <cstdio>
#include <sstream>
#include <iostream>