From 02cf0ac83d1e7f554fb72afa8d87d5112689dbf5 Mon Sep 17 00:00:00 2001 From: Sean Rhea Date: Sun, 15 Nov 2009 19:53:18 -0800 Subject: [PATCH] need for std::lower_bound in Linux Thanks to Mark Liversedge for pointing this out. --- src/CpintPlot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CpintPlot.cpp b/src/CpintPlot.cpp index 24358f7ee..a8c469b16 100644 --- a/src/CpintPlot.cpp +++ b/src/CpintPlot.cpp @@ -33,6 +33,7 @@ #include "RideFile.h" #include "Season.h" #include +#include // for std::lower_bound #define USE_T0_IN_CP_MODEL 0 // added djconnel 08Apr2009: allow 3-parameter CP model