Skip to content

Commit e854fe7

Browse files
committed
direct path to leptonica
1 parent ac974b3 commit e854fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fi
6666
# Create a temporary C++ file to test the compatibility with Tesseract
6767
cat <<EOF > conftest.cpp
6868
#include <tesseract/baseapi.h>
69-
#include <leptonica/allheaders.h>
69+
#include <allheaders.h>
7070
int main() {
7171
tesseract::TessBaseAPI api;
7272
return 0;

src/cpp11tesseract_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <tesseract/baseapi.h> // tesseract
2-
#include <leptonica/allheaders.h> // leptonica
2+
#include <allheaders.h> // leptonica
33

44
#include <cpp11.hpp>
55

0 commit comments

Comments
 (0)