Skip to content

Commit

Permalink
Merge pull request #2421 from stweil/includes
Browse files Browse the repository at this point in the history
universalambigs: Add missing include file
  • Loading branch information
zdenop committed May 2, 2019
2 parents 39d3824 + cd749be commit 7e48368
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ccutil/universalambigs.cpp
Expand Up @@ -3,7 +3,6 @@
// Description: Data for a universal ambigs file that is useful for
// any language.
// Author: Ray Smith
// Created: Mon Mar 18 11:26:00 PDT 2013
//
// (C) Copyright 2013, Google Inc.
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -18,9 +17,11 @@
//
///////////////////////////////////////////////////////////////////////

#include "universalambigs.h"

namespace tesseract {

extern const char kUniversalAmbigsFile[] = {
const char kUniversalAmbigsFile[] = {
'\166', '\062', '\012', '\047', '\047', '\040', '\042', '\040', '\061',
'\012', '\140', '\047', '\040', '\042', '\040', '\061', '\012', '\047',
'\140', '\040', '\042', '\040', '\061', '\012', '\342', '\200', '\230',
Expand Down Expand Up @@ -19016,6 +19017,6 @@ extern const char kUniversalAmbigsFile[] = {
'\012',
};

extern const int ksizeofUniversalAmbigsFile = sizeof(kUniversalAmbigsFile);
const int ksizeofUniversalAmbigsFile = sizeof(kUniversalAmbigsFile);

} // namespace tesseract

0 comments on commit 7e48368

Please sign in to comment.