Replace use of deprecated C Standard library headers in C++ code.

Change-Id: I9fa6630c7e4bdb2897df34d417635d8c7d8253bc
Signed-off-by: Tyler Chatow <tchatow@gmail.com>
diff --git a/y2019/vision/constants.h b/y2019/vision/constants.h
index b61bff7..8510f4c 100644
--- a/y2019/vision/constants.h
+++ b/y2019/vision/constants.h
@@ -1,8 +1,8 @@
 #ifndef _Y2019_VISION_CONSTANTS_H_
 #define _Y2019_VISION_CONSTANTS_H_
 
-#include <math.h>
 #include <array>
+#include <cmath>
 #include <string>
 
 namespace y2019 {