Replaced <c*> headers with <*.h>
[supertux.git] / src / math / vector.cpp
index 687ed84..df0ee6c 100644 (file)
@@ -14,7 +14,7 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-#include <cmath>
+#include <math.h>
 
 #include "math/vector.hpp"