summaryrefslogtreecommitdiffstats
path: root/src/objects/Projectile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/Projectile.cpp')
-rw-r--r--src/objects/Projectile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objects/Projectile.cpp b/src/objects/Projectile.cpp
index 0f6542e7..32bc6bdb 100644
--- a/src/objects/Projectile.cpp
+++ b/src/objects/Projectile.cpp
@@ -14,6 +14,8 @@ CProjectile::CProjectile(int32 model) : CObject()
ObjectCreatedBy = MISSION_OBJECT;
}
+#include <new>
+
class CProjectile_ : public CProjectile
{
public: