Browse Source

add math.h

aidmar.wainakh 6 năm trước cách đây
mục cha
commit
7b65113759
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      code_boost/src/cxx/statistics_db.cpp

+ 1 - 0
code_boost/src/cxx/statistics_db.cpp

@@ -1,4 +1,5 @@
 #include "statistics_db.h"
+#include <math.h>
 #include <iostream>
 #include <sstream>