Browse Source

add math.h

aidmar.wainakh 6 years ago
parent
commit
7b65113759
1 changed files with 1 additions and 0 deletions
  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>