Add missing includes to C4PlayerControl.cpp

Before, it only compiled with MSVC by accident.
Günther Brammer 2010-01-02 01:12:35 +01:00
parent b0b146b7c2
commit 69acebe64a
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
#include "C4Log.h"
#include "C4GraphicsResource.h"
#include "C4MouseControl.h"
#include "C4GraphicsSystem.h"
#include "C4Viewport.h"
#include <algorithm>