Image 4 năm trước cách đây
mục cha
commit
eb06006c75

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