general: fix apple clang build

This commit is contained in:
Liam 2023-08-09 20:58:47 -04:00
parent c918db9514
commit 3e4076c2ac
5 changed files with 81 additions and 73 deletions

View file

@ -5,6 +5,7 @@
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/microprofile.h"
#include "common/polyfill_ranges.h"
#include "common/settings.h"
#include "core/core.h"
#include "core/memory.h"