summaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/errorcodes/dumpcodes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus_test/src/tests/errorcodes/dumpcodes.cpp')
-rw-r--r--messagebus_test/src/tests/errorcodes/dumpcodes.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/messagebus_test/src/tests/errorcodes/dumpcodes.cpp b/messagebus_test/src/tests/errorcodes/dumpcodes.cpp
index 81a764d02d9..a381efc2238 100644
--- a/messagebus_test/src/tests/errorcodes/dumpcodes.cpp
+++ b/messagebus_test/src/tests/errorcodes/dumpcodes.cpp
@@ -1,7 +1,9 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
+#include <vespa/fastos/fastos.h>
+#include <vespa/log/log.h>
+LOG_SETUP("dumpcodes");
#include <vespa/messagebus/errorcode.h>
-#include <vespa/fastos/app.h>
+#include <string>
using namespace mbus;