Add missing inclusions of cstdio and cstdarg

This commit is contained in:
Luis Díaz Más
2018-11-11 10:54:11 +01:00
parent 44a01863be
commit aae84e4643
3 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -46,8 +46,7 @@
# include <unistd.h> // for stat()
#endif
#include <cstdio>
#include <cerrno>
#include <sstream>
#include <cstring>