summaryrefslogtreecommitdiffstats
path: root/document/src/tests/arrayfieldvaluetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/arrayfieldvaluetest.cpp')
-rw-r--r--document/src/tests/arrayfieldvaluetest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/document/src/tests/arrayfieldvaluetest.cpp b/document/src/tests/arrayfieldvaluetest.cpp
index 7f31e0c3b3a..85659c0cbb4 100644
--- a/document/src/tests/arrayfieldvaluetest.cpp
+++ b/document/src/tests/arrayfieldvaluetest.cpp
@@ -1,5 +1,6 @@
// 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/document/fieldvalue/fieldvalues.h>
#include <vespa/document/serialization/vespadocumentdeserializer.h>
#include <vespa/vdstestlib/cppunit/macros.h>
@@ -10,6 +11,9 @@ using vespalib::nbostream;
namespace document {
struct ArrayFieldValueTest : public CppUnit::TestFixture {
+ void setUp() override {}
+ void tearDown() override {}
+
void testArray();
CPPUNIT_TEST_SUITE(ArrayFieldValueTest);