add missing header to msvc allocator

This commit is contained in:
Cvolton 2024-03-25 23:22:38 +01:00
parent afc4d572ba
commit 912aa23833
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
#pragma once
#include <Geode/platform/platform.hpp>
#include <cstddef>
#include <type_traits>