mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
add header guard
This commit is contained in:
parent
02f9d8d95e
commit
01cf7402df
@ -14,6 +14,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
#ifndef TESSERACT_ARCH_SIMDDETECT_H_
|
||||
#define TESSERACT_ARCH_SIMDDETECT_H_
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
@ -52,3 +54,5 @@ class SIMDDetect {
|
||||
// If true, then SSe4.1 has been detected.
|
||||
static TESS_API bool sse_available_;
|
||||
};
|
||||
|
||||
#endif // TESSERACT_ARCH_SIMDDETECT_H_
|
||||
|
Loading…
Reference in New Issue
Block a user