src/BackendS/Platform/WiiU.cpp: Add explicit include of <stddef.h> for NULL

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2020-07-01 18:33:22 +02:00
parent 32c8795ead
commit 3620e31bf8

View file

@ -1,6 +1,7 @@
#include "../Misc.h"
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <string>