Added missing include <limits> header for std::numeric_limits (#3894)

This commit is contained in:
mp
2021-06-04 12:04:18 +02:00
committed by GitHub
parent a5043d1b59
commit 316e62d27c

View File

@@ -18,6 +18,7 @@
#include <cmath>
#include <algorithm>
#include <limits>
#include "BlinnSolver.h"
int GetExponent(double a) {