bug-ddrescue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing <algorithm> include in command_mode.cc, io.cc, loggers.cc


From: Richard Burkert
Subject: Missing <algorithm> include in command_mode.cc, io.cc, loggers.cc
Date: Mon, 21 Jun 2021 21:34:09 -0400

block.h uses std::min and std::max which are defined in <algorithm>,
however three source files include block.h without first including
<algorithm>: command_mode.cc, io.cc, and loggers.cc.  Observed
building 1.25 source in VC12.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]