Fix build on GCC

Adds <algorithm> include to two source files where libstdc++
does not indirectly include them
This commit is contained in:
Tobias Pisani
2025-08-25 23:19:18 +02:00
committed by Chris Hennes
parent d9ad3290c0
commit c1f052eaf9
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
* See LICENSE file for details about copyright. *
***************************************************************************/
#include <algorithm>
#include "FunctionXY.h"
#include "Sum.h"
#include "Constant.h"

View File

@@ -6,6 +6,7 @@
* See LICENSE file for details about copyright. *
***************************************************************************/
#include <algorithm>
#include "Power.h"
#include "Constant.h"
#include "Ln.h"