summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/xmlserializable/xmlserializabletest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib/src/tests/xmlserializable/xmlserializabletest.cpp')
-rw-r--r--staging_vespalib/src/tests/xmlserializable/xmlserializabletest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/staging_vespalib/src/tests/xmlserializable/xmlserializabletest.cpp b/staging_vespalib/src/tests/xmlserializable/xmlserializabletest.cpp
index 90fcdb8f94f..1035c021f68 100644
--- a/staging_vespalib/src/tests/xmlserializable/xmlserializabletest.cpp
+++ b/staging_vespalib/src/tests/xmlserializable/xmlserializabletest.cpp
@@ -1,8 +1,10 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/fastos/fastos.h>
#include <vespa/vespalib/util/xmlserializable.h>
+#include <vespa/vespalib/testkit/testapp.h>
+
namespace vespalib {
class Test : public vespalib::TestApp