Skip to content

Commit

Permalink
Add missing include statement
Browse files Browse the repository at this point in the history
Fixes: bc490ea ("Ignore illegal TESSDATA_PREFIX [...]")
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 28, 2024
1 parent dd08a7a commit c5030ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ccutil/ccutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#endif

#include "ccutil.h"
#include "tprintf.h" // for tprintf

#include <cstdlib>
#include <cstring> // for std::strrchrA
Expand Down

0 comments on commit c5030ea

Please sign in to comment.