aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-18 12:04:35 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-18 12:04:35 +0100
commit08eaabb4bbdc0aa1843de01d6305e93d6110c14a (patch)
tree1ec66032ce5dd409914cc482e2ff2f61e323f895 /vdslib
parent969e6efcaae5cbaf05ea3788aefa4ceab30e321a (diff)
Missing include.
Diffstat (limited to 'vdslib')
-rw-r--r--vdslib/src/vespa/vdslib/container/documentlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdslib/src/vespa/vdslib/container/documentlist.cpp b/vdslib/src/vespa/vdslib/container/documentlist.cpp
index 352302f3a1f..e17c738ea0d 100644
--- a/vdslib/src/vespa/vdslib/container/documentlist.cpp
+++ b/vdslib/src/vespa/vdslib/container/documentlist.cpp
@@ -1,9 +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/vdslib/container/documentlist.h>
-
-#include <vespa/log/log.h>
#include <vespa/vespalib/util/exceptions.h>
+#include <iostream>
+#include <vespa/log/log.h>
LOG_SETUP(".vdslib.container.documentlist");