1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

std::sqrt needs cmath.

This commit is contained in:
Frank Zago
2010-04-03 03:39:00 +00:00
parent 9a632246de
commit 127408e379

2
int3.h
View File

@@ -1,7 +1,6 @@
#ifndef __INT3_H__ #ifndef __INT3_H__
#define __INT3_H__ #define __INT3_H__
/* /*
* int3.h, part of VCMI engine * int3.h, part of VCMI engine
* *
@@ -12,6 +11,7 @@
* *
*/ */
#include <cmath>
class int3 class int3
{ {