Skip to content

Commit 01cf740

Browse files
committed
add header guard
1 parent 02f9d8d commit 01cf740

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/arch/simddetect.h

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
// See the License for the specific language governing permissions and
1515
// limitations under the License.
1616
///////////////////////////////////////////////////////////////////////
17+
#ifndef TESSERACT_ARCH_SIMDDETECT_H_
18+
#define TESSERACT_ARCH_SIMDDETECT_H_
1719

1820
#include "platform.h"
1921

@@ -52,3 +54,5 @@ class SIMDDetect {
5254
// If true, then SSe4.1 has been detected.
5355
static TESS_API bool sse_available_;
5456
};
57+
58+
#endif // TESSERACT_ARCH_SIMDDETECT_H_

0 commit comments

Comments
 (0)