mirror of https://github.com/zeldaret/botw.git
Havok: Fix placement new in hkArrayUtil
This commit is contained in:
parent
bef04a727c
commit
5c2e5102a0
|
@ -1,6 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Havok/Common/Base/hkBase.h>
|
#include <Havok/Common/Base/hkBase.h>
|
||||||
|
#include <new>
|
||||||
|
|
||||||
class hkArrayUtil {
|
class hkArrayUtil {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue