aboutsummaryrefslogtreecommitdiff
path: root/zen/cmds/status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/cmds/status.cpp')
-rw-r--r--zen/cmds/status.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/zen/cmds/status.cpp b/zen/cmds/status.cpp
index 6741ab9e9..1050b5b96 100644
--- a/zen/cmds/status.cpp
+++ b/zen/cmds/status.cpp
@@ -3,7 +3,8 @@
#include "status.h"
#include <zencore/logging.h>
-#include <memory>
+
+namespace zen {
StatusCommand::StatusCommand()
{
@@ -18,3 +19,5 @@ StatusCommand::Run(const ZenCliOptions& GlobalOptions, int argc, char** argv)
return 0;
}
+
+}