Skip to content

Commit

Permalink
Fix build for unichar_test
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jan 18, 2019
1 parent 8955daa commit 9b2bf10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unittest/unichar_test.cc
Expand Up @@ -9,9 +9,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "unichar.h"
#include "include_gunit.h"
#include "gmock/gmock.h" // for testing::ElementsAreArray
#include "unichar.h"

using tesseract::char32;
using tesseract::UNICHAR;

namespace {
Expand Down

0 comments on commit 9b2bf10

Please sign in to comment.