Browse Source

AlphaFilter: include float.h for FLT_EPSILON

master
Matthias Grob 5 years ago committed by Daniel Agar
parent
commit
0bffd951ec
  1. 2
      AlphaFilter/AlphaFilter.hpp

2
AlphaFilter/AlphaFilter.hpp

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

Loading…
Cancel
Save