summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-17 11:59:55 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 14:15:41 +0000
commit817991c5182f896273cde10534ddd4376ee2d8d2 (patch)
tree5bf7b6b46b8686e6b188b88f0ff12f5a1d043a70 /staging_vespalib
parentdf7414c6ba44bea9a381e88d2989fe86f7bc44c6 (diff)
Do not include fastos.h in header files.
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/data/fileheader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/data/fileheader.cpp b/staging_vespalib/src/vespa/vespalib/data/fileheader.cpp
index 1bddef0830d..7ee0db4bdf3 100644
--- a/staging_vespalib/src/vespa/vespalib/data/fileheader.cpp
+++ b/staging_vespalib/src/vespa/vespalib/data/fileheader.cpp
@@ -1,6 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "fileheader.h"
#include <vespa/vespalib/stllike/asciistream.h>
+#include <vespa/fastos/file.h>
#include <vespa/log/log.h>
LOG_SETUP(".fileheader");