need <algorithm> for std::lower_bound in Linux

Thanks to Mark Liversedge for pointing this out.
This commit is contained in:
Sean Rhea
2009-11-15 19:53:18 -08:00
parent 93d62cc5c2
commit 02cf0ac83d

View File

@@ -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