InputCommon/FunctionExpression: include <algorithm>
std::min/std::max are used within this translation unit, so it needs to be included to prevent potential compilation failures.
This commit is contained in:
parent
bc449fb98f
commit
6586ecc7a8
|
@ -2,11 +2,12 @@
|
|||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "InputCommon/ControlReference/FunctionExpression.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
#include <cmath>
|
||||
|
||||
#include "InputCommon/ControlReference/FunctionExpression.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace ExpressionParser
|
||||
|
|
Loading…
Reference in New Issue