Added necessary #includes

This was SVN commit r660.
This commit is contained in:
Ykkrosh 2004-07-08 14:44:04 +00:00
parent e803594239
commit fc30c305f4
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "Vector3D.h"
#include "Vector4D.h"
#include "lib/types.h"
// simple defines for 3 and 4 component floating point colors - just map to
// corresponding vector types

View File

@ -3,6 +3,7 @@
#include "ObjectManager.h"
#include <algorithm>
#include "CLogger.h"
#include "lib/res/res.h"
CObjectManager::CObjectManager() : m_SelectedObject(0)
{