mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 23:38:49 +00: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
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue