mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-27 21:48:32 +00:00
Include cmath for std::fabs
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cmath> // std::fabs
|
||||
|
||||
#ifndef TINYGLTF_USE_CPP14
|
||||
#include <functional>
|
||||
|
||||
Reference in New Issue
Block a user