Fixed ticket #3366 (Build breakage)
This commit is contained in:
parent
b61c01c6a4
commit
5c90c69ccf
|
@ -25,6 +25,7 @@
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <cmath> // fabs()
|
#include <cmath> // fabs()
|
||||||
#include <stack>
|
#include <stack>
|
||||||
|
#include <algorithm> // find_if()
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
// Register this check class (by creating a static instance of it)
|
// Register this check class (by creating a static instance of it)
|
||||||
|
|
Loading…
Reference in New Issue