Fix build on GCC
Adds <algorithm> include to two source files where libstdc++ does not indirectly include them
This commit is contained in:
committed by
Chris Hennes
parent
d9ad3290c0
commit
c1f052eaf9
@@ -6,6 +6,7 @@
|
||||
* See LICENSE file for details about copyright. *
|
||||
***************************************************************************/
|
||||
|
||||
#include <algorithm>
|
||||
#include "FunctionXY.h"
|
||||
#include "Sum.h"
|
||||
#include "Constant.h"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* See LICENSE file for details about copyright. *
|
||||
***************************************************************************/
|
||||
|
||||
#include <algorithm>
|
||||
#include "Power.h"
|
||||
#include "Constant.h"
|
||||
#include "Ln.h"
|
||||
|
||||
Reference in New Issue
Block a user