Skip to content

Commit

Permalink
Add missing cerrno includes - fixes #1986
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmorris committed Oct 13, 2018
1 parent 4734317 commit 14af3f7
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 14af3f7

Please sign in to comment.