From 27c693b4aa78095daa31ec8a58acfbf8318ab05d Mon Sep 17 00:00:00 2001 From: jjc <> Date: Thu, 24 Aug 2000 12:01:55 +0000 Subject: [PATCH] Added missing include missile.h --- src/game/game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/game.cpp b/src/game/game.cpp index f9d5d5124..ae23743d3 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -42,6 +42,7 @@ #include "spells.h" #include "construct.h" #include "network.h" +#include "missile.h" #include "settings.h" #include "ccl.h"