incl stddef

This commit is contained in:
microsoftv 2024-09-03 19:12:28 -04:00
parent 18a13cb23d
commit 7348cd92ee

View file

@ -5,6 +5,8 @@
#include "common/types.h"
#include <stddef.h>
namespace Core::Loader {
class SymbolsResolver;
}