summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/text/utf8/utf8_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/text/utf8/utf8_test.cpp')
-rw-r--r--vespalib/src/tests/text/utf8/utf8_test.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/vespalib/src/tests/text/utf8/utf8_test.cpp b/vespalib/src/tests/text/utf8/utf8_test.cpp
index 9110b44f646..a44c0a7560b 100644
--- a/vespalib/src/tests/text/utf8/utf8_test.cpp
+++ b/vespalib/src/tests/text/utf8/utf8_test.cpp
@@ -1,10 +1,14 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/log/log.h>
-LOG_SETUP("utf8_test");
+
#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/vespalib/text/utf8.h>
+#include <fcntl.h>
+#include <unistd.h>
+
+#include <vespa/log/log.h>
+LOG_SETUP("utf8_test");
#if 0
#include <vespa/fastlib/text/unicodeutil.h>
#endif