Skip to content

Commit

Permalink
Add missing include file (fixes linker error for Visual Studio)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Sep 4, 2018
1 parent 5178142 commit 319de30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/training/icuerrorcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#ifndef TESSERACT_CCUTIL_ICUERRORCODE_H_
#define TESSERACT_CCUTIL_ICUERRORCODE_H_

#include <cstdlib> // for exit
#include "tprintf.h"
#include "unicode/errorcode.h" // From libicu

Expand Down

0 comments on commit 319de30

Please sign in to comment.