blob: 164360696f536aa7beb1efa91b083074032cae07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/src/dos/dos_programs.cpp 2020-08-03 12:33:31.000000000 +0800
+++ b/src/dos/dos_programs.cpp 2020-08-03 15:56:10.462020649 +0800
@@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
-#include <math.h>
+#include <cmath>
#include <algorithm>
#include <string>
#include <vector>
|