add cmath include to plists.h

This commit is contained in:
couriersud 2016-06-07 23:27:03 +02:00
parent d6616e1786
commit bf281b3cad

View File

@ -13,6 +13,7 @@
#include <algorithm>
#include <vector>
#include <type_traits>
#include <cmath>
//#include <cstring>
//#include <array>