Replace old C headers with the C++ ones (#1099)

This commit is contained in:
pi1024e
2020-03-23 11:44:06 -04:00
committed by GitHub
parent 2d7133f5b7
commit 475aafdbc4
3 changed files with 3 additions and 3 deletions

View File

@@ -21,6 +21,6 @@
#include <vector>
#include <winerror.h>
#include <iostream>
#include <math.h>
#include <cmath>
#include <random>
#include <iomanip>