mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
fix(time): added missing include <new> for placement operator
This commit is contained in:
parent
bc34c481d3
commit
f65b8027af
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
#include "common/time/win/TimeManager.hpp"
|
#include "common/time/win/TimeManager.hpp"
|
||||||
#include <storm/Memory.hpp>
|
#include <storm/Memory.hpp>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <new>
|
||||||
|
|
||||||
static OsTimeManager* s_OsTimeMgr;
|
static OsTimeManager* s_OsTimeMgr;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue