add header guard

This commit is contained in:
Zdenko Podobný 2018-09-22 18:44:26 +02:00
parent 02f9d8d95e
commit 01cf7402df

View File

@ -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_