mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
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+
|
// Licensed under GPLv2+
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#include "InputCommon/ControlReference/FunctionExpression.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#include "InputCommon/ControlReference/FunctionExpression.h"
|
|
||||||
|
|
||||||
namespace ciface
|
namespace ciface
|
||||||
{
|
{
|
||||||
namespace ExpressionParser
|
namespace ExpressionParser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user