Havok: Fix placement new in hkArrayUtil

This commit is contained in:
Léo Lam 2022-03-20 12:22:35 +01:00
parent bef04a727c
commit 5c2e5102a0
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 0 deletions

View File

@ -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: