1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-23 21:10:57 +01:00

precompiled.h: Add <wchar.h>

This is basically inconsequential but whatever.
This commit is contained in:
Tau 2019-05-13 16:49:28 -04:00
parent 780ac90e4a
commit 9e3c70ad6b

View File

@ -34,3 +34,4 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>