- fix missing include

This commit is contained in:
Christoph Oelckers 2019-01-07 08:21:51 +01:00
parent 523983a836
commit 5577143b6f

View file

@ -27,6 +27,7 @@
#include "g_levellocals.h"
#include "p_maputl.h"
#include "actor.h"
#include "actorinlines.h"
//=============================================================================
// phares 3/21/98
@ -480,4 +481,4 @@ void FBlockNode::Release()
{
NextBlock = FreeBlocks;
FreeBlocks = this;
}
}