nix fix
This commit is contained in:
parent
7473b81a9f
commit
eb06006c75
2 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@ along with EQ2Emulator. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "SPGrid.h"
|
#include "SPGrid.h"
|
||||||
#include "../../common/Log.h"
|
#include "../../common/Log.h"
|
||||||
#include <cmath>
|
|
||||||
|
|
||||||
SPGrid::SPGrid(string file, int32 cellSize) {
|
SPGrid::SPGrid(string file, int32 cellSize) {
|
||||||
m_ZoneFile = file;
|
m_ZoneFile = file;
|
||||||
|
|
|
@ -22,6 +22,7 @@ along with EQ2Emulator. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include "../../common/types.h"
|
#include "../../common/types.h"
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
class Spawn;
|
class Spawn;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue