fixed nopch build

This commit is contained in:
Ovahlord
2020-09-11 21:43:30 +02:00
parent b2bddb2921
commit df370885a0

View File

@@ -17,6 +17,7 @@
#include "MovementGenerator.h"
#include "IdleMovementGenerator.h"
#include "Unit.h"
#include "UnitAI.h"
MovementGenerator::~MovementGenerator() { }