Include cmath for std::fabs

This commit is contained in:
Syoyo Fujita 2020-04-29 17:33:48 +09:00
parent 73c4cce303
commit 978adee547

View File

@ -59,6 +59,7 @@
#include <map>
#include <string>
#include <vector>
#include <cmath> // std::fabs
#ifndef TINYGLTF_USE_CPP14
#include <functional>