mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
need <algorithm> for std::lower_bound in Linux
Thanks to Mark Liversedge for pointing this out.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "RideFile.h"
|
||||
#include "Season.h"
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <algorithm> // for std::lower_bound
|
||||
|
||||
#define USE_T0_IN_CP_MODEL 0 // added djconnel 08Apr2009: allow 3-parameter CP model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user