Fix unit test compilation error from commit 20fbe0a1290833c312bebd72599f9dee98055294

This commit is contained in:
Ai Lin Chia 2018-02-04 10:59:31 +01:00
parent 2756717c20
commit b0529fb488

@ -1,6 +1,8 @@
#include <gtest/gtest.h>
#include "Unicode.h"
#include "TitleSummaryCodepointFilter.h"
#include <sstream>
#include "Log.h"
@ -206,4 +208,4 @@ TEST(UnicodeTest, CharSize) {
for (auto it = test_cases.begin(); it != test_cases.end(); ++it) {
EXPECT_EQ(std::get<1>(*it), getUtf8CharSize(std::get<0>(*it)));
}
}
}