summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageutil/charttest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/storageutil/charttest.cpp')
-rw-r--r--storage/src/tests/storageutil/charttest.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/storage/src/tests/storageutil/charttest.cpp b/storage/src/tests/storageutil/charttest.cpp
index c7c1c43b000..4f83a9f26f4 100644
--- a/storage/src/tests/storageutil/charttest.cpp
+++ b/storage/src/tests/storageutil/charttest.cpp
@@ -1,13 +1,18 @@
// 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/storage/storageutil/piechart.h>
-#include <vespa/vdstestlib/cppunit/macros.h>
+
#include <fstream>
+#include <vespa/vdstestlib/cppunit/macros.h>
namespace storage {
struct PieChartTest : public CppUnit::TestFixture
{
+ void setUp() override {}
+ void tearDown() override {}
+
void testWriteHtmlFile();
CPPUNIT_TEST_SUITE(PieChartTest);