mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +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+
|
||||
// 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…
x
Reference in New Issue
Block a user