diff --git a/src/ca/bhe_IL.h b/src/ca/bhe_IL.h index 048ee1cd6..5fbdde035 100644 --- a/src/ca/bhe_IL.h +++ b/src/ca/bhe_IL.h @@ -11,6 +11,8 @@ * Author: Jeff Hill */ +#include + /* * set average to -1.0 so that when the next beacon * occurs we can distinguish between: @@ -26,7 +28,7 @@ * between the 1st and 2nd beacons) */ inline bhe::bhe ( const epicsTime &initialTimeStamp, const inetAddrID &addr ) : - inetAddrID (addr), piiu (0), timeStamp (initialTimeStamp), averagePeriod (-1.0) + inetAddrID (addr), piiu (0), timeStamp (initialTimeStamp), averagePeriod ( - DBL_MAX ) { # ifdef DEBUG {