aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/main.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-09-05 08:54:48 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-09-05 08:54:48 +0000
commitfc195519b5dfbb8e7901cf6672fb4af36df9b350 (patch)
treedd70f6e53903b5f1432d96c903bb40eb5c233a15 /src/nix-store/main.cc
parentbafc1690fc4a2a2c3ff81ff1c1a677f208d3b1b7 (diff)
* Sone missing #includes.
Diffstat (limited to 'src/nix-store/main.cc')
-rw-r--r--src/nix-store/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/main.cc b/src/nix-store/main.cc
index 616cb8310..42c3074ff 100644
--- a/src/nix-store/main.cc
+++ b/src/nix-store/main.cc
@@ -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)