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 "../../common/Log.h"
|
||||
#include <cmath>
|
||||
|
||||
SPGrid::SPGrid(string file, int32 cellSize) {
|
||||
m_ZoneFile = file;
|
||||
|
|
|
@ -22,6 +22,7 @@ along with EQ2Emulator. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <vector>
|
||||
#include <map>
|
||||
#include "../../common/types.h"
|
||||
#include <cmath>
|
||||
|
||||
class Spawn;
|
||||
|
||||
|
|
Loading…
Reference in a new issue