Sub: Change to cmath header.

This commit is contained in:
Rustom Jehangir 2016-04-10 13:32:50 -07:00 committed by Andrew Tridgell
parent eb6734083d
commit 3a942434e7

View File

@ -27,7 +27,7 @@
// Header includes
////////////////////////////////////////////////////////////////////////////////
#include <math.h>
#include <cmath>
#include <stdio.h>
#include <stdarg.h>