Fix tools build after f52b402f24

This commit is contained in:
AJR 2022-08-28 14:36:02 -04:00
parent d8d588262d
commit 52327bfc21
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
#include "corestr.h"
#include "opresolv.h"
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <cctype>

View file

@ -17,6 +17,7 @@
#include "unzip.h"
#include <cassert>
#include <cstdarg>
#include <cstdio>
#include <cstring>