mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[11943] Fix non-pch compile, thanks to NeatElves for pointing
This commit is contained in:
parent
a42a55da84
commit
b828d003bc
2 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@
|
|||
#include "WaypointManager.h"
|
||||
#include "World.h"
|
||||
#include "GridNotifiers.h"
|
||||
#include "GridNotifiersImpl.h"
|
||||
#include "Cell.h"
|
||||
#include "CellImpl.h"
|
||||
|
||||
#include "revision_nr.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11942"
|
||||
#define REVISION_NR "11943"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue