Image 4 years ago
parent
commit
eb06006c75
2 changed files with 1 additions and 1 deletions
  1. 0 1
      EQ2/source/WorldServer/Zone/SPGrid.cpp
  2. 1 0
      EQ2/source/WorldServer/Zone/SPGrid.h

+ 0 - 1
EQ2/source/WorldServer/Zone/SPGrid.cpp

@@ -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;

+ 1 - 0
EQ2/source/WorldServer/Zone/SPGrid.h

@@ -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;