aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/printable/printabletest.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-01 15:26:23 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:42 +0100
commitdef4eefa0eb2eb4c410c6175b6219335cbf02ad0 (patch)
treed6f82eb164f5fe501629d4fb4baee09e986cac17 /vespalib/src/tests/printable/printabletest.cpp
parent84c98118ff346b35e1843f963d48038665211bfc (diff)
Include asciistream in implementation only.
Diffstat (limited to 'vespalib/src/tests/printable/printabletest.cpp')
-rw-r--r--vespalib/src/tests/printable/printabletest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/printable/printabletest.cpp b/vespalib/src/tests/printable/printabletest.cpp
index 638060ebf49..54b245ffff0 100644
--- a/vespalib/src/tests/printable/printabletest.cpp
+++ b/vespalib/src/tests/printable/printabletest.cpp
@@ -1,7 +1,7 @@
// 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/vespalib/util/printable.h>
+#include <vespa/vespalib/stllike/asciistream.h>
#include <vespa/vespalib/testkit/testapp.h>
struct Foo : public vespalib::Printable {