mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
add missing header to msvc allocator
This commit is contained in:
parent
afc4d572ba
commit
912aa23833
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <Geode/platform/platform.hpp>
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
|
||||
|
|
Loading…
Reference in a new issue