Include cmath for std::fabs

This commit is contained in:
Syoyo Fujita
2020-04-29 17:33:48 +09:00
parent 3ca5b278a1
commit bd73fe76f1

View File

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