AlphaFilter: include float.h for FLT_EPSILON

This commit is contained in:
Matthias Grob 2020-07-28 19:48:55 +02:00 committed by Daniel Agar
parent 88c52aba5e
commit 0bffd951ec

View File

@ -42,6 +42,8 @@
#pragma once
#include <float.h>
template <typename T>
class AlphaFilter {
public: