Merge pull request #351 from Earnestly/missing-include

Include missing cmath header
This commit is contained in:
jelle van der Waa 2016-05-04 20:40:58 +02:00
commit 530c3547cd
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <array>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <functional>
#include <limits>
#include <map>