Skip to content

Commit

Permalink
Merge pull request #1987 from tfmorris/1986_errno_include
Browse files Browse the repository at this point in the history
Add missing cerrno includes - fixes #1986
  • Loading branch information
zdenop authored Oct 13, 2018
2 parents 83f8005 + 14af3f7 commit 524c23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/training/combine_tessdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
//
///////////////////////////////////////////////////////////////////////

#include <cerrno>
#include "commontraining.h" // CheckSharedLibraryVersion
#include "lstmrecognizer.h"
#include "tessdatamanager.h"
Expand Down
1 change: 1 addition & 0 deletions src/training/lstmtraining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#ifdef GOOGLE_TESSERACT
#include "base/commandlineflags.h"
#endif
#include <cerrno>
#include "commontraining.h"
#include "lstmtester.h"
#include "lstmtrainer.h"
Expand Down

0 comments on commit 524c23d

Please sign in to comment.