Add include for printf

This commit is contained in:
David Reichelt 2023-04-08 20:07:21 +00:00
parent a4b778063a
commit 190b4ecfb7

View File

@ -1,3 +1,4 @@
#include <cstdio>
#include <stdbool.h>
#include <stdlib.h>
#include <time.h>