Skip to content

Commit

Permalink
add header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Sep 22, 2018
1 parent 02f9d8d commit 01cf740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/arch/simddetect.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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_

0 comments on commit 01cf740

Please sign in to comment.