[11943] Fix non-pch compile, thanks to NeatElves for pointing

This commit is contained in:
Schmoozerd 2012-04-07 12:26:44 +02:00
parent a42a55da84
commit b828d003bc
2 changed files with 3 additions and 1 deletions

View file

@ -24,7 +24,9 @@
#include "WaypointManager.h" #include "WaypointManager.h"
#include "World.h" #include "World.h"
#include "GridNotifiers.h" #include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
#include "Cell.h" #include "Cell.h"
#include "CellImpl.h"
#include "revision_nr.h" #include "revision_nr.h"

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11942" #define REVISION_NR "11943"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__