Merge pull request #3 from Hikari9/1-cmath-not-included

Fix issue 'cmath not included'
This commit is contained in:
Rico Tiongson 2017-10-23 00:20:26 +08:00 committed by GitHub
commit 17788d5232

View File

@ -25,6 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <cstdlib>
#include <cstdarg>
#include <cassert>
#include <cmath>
#include <regex>
#include <chrono>
#include <ctime>