mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(list): add missing <new> include to solve missing placement operator error
This commit is contained in:
parent
8bc4f9ee50
commit
2c6f97dbb9
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <typeinfo>
|
||||
#include <new>
|
||||
|
||||
#define STORM_LIST(T) TSList<T, TSGetLink<T>>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue