mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-20 07:34:28 +08:00
fix lstm.cpp build with clang
This commit is contained in:
parent
03ae6d095d
commit
771c1e9c9b
@ -28,7 +28,7 @@
|
||||
#include <cstdlib>
|
||||
#include <sstream> // for std::ostringstream
|
||||
|
||||
#if !defined(__GNUC__) && defined(_MSC_VER)
|
||||
#if !defined(__GNUC__) && defined(_MSC_VER) && !defined(__clang__)
|
||||
# include <intrin.h> // _BitScanReverse
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user