summaryrefslogtreecommitdiffstats
path: root/document/src/tests/stringtokenizertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/stringtokenizertest.cpp')
-rw-r--r--document/src/tests/stringtokenizertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/tests/stringtokenizertest.cpp b/document/src/tests/stringtokenizertest.cpp
index 23ffc5d3871..8ca81e78f6e 100644
--- a/document/src/tests/stringtokenizertest.cpp
+++ b/document/src/tests/stringtokenizertest.cpp
@@ -3,8 +3,8 @@
#include <iostream>
#include <set>
#include <sstream>
+#include <vespa/vespalib/gtest/gtest.h>
#include <vespa/vespalib/text/stringtokenizer.h>
-#include <gtest/gtest.h>
using vespalib::StringTokenizer;
using std::string;