added missing include

This commit is contained in:
unxed 2025-02-23 16:30:43 +01:00 committed by GitHub
parent 7be55ef26c
commit e807cf4acc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
#include <iconv.h>
#include <locale.h>
#include <cstdio>
#include <cstdlib>
#endif
#include "StdAfx.h"