* Sone missing #includes.
This commit is contained in:
parent
bafc1690fc
commit
fc195519b5
3 changed files with 3 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ struct PrintFreed
|
|||
bool show, dryRun;
|
||||
unsigned long long bytesFreed;
|
||||
PrintFreed(bool show, bool dryRun)
|
||||
: bytesFreed(0), show(show), dryRun(dryRun) { }
|
||||
: show(show), dryRun(dryRun), bytesFreed(0) { }
|
||||
~PrintFreed()
|
||||
{
|
||||
if (show)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue