A fix for unix compilation.

This commit is contained in:
Tadas Baltrusaitis 2017-10-25 17:04:28 +01:00
parent 9356344e91
commit ea370ae43f
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////////
#ifndef __PAW_h_
#define __PAW_h_
#ifndef __PAWA_h_
#define __PAWA_h_
// OpenCV includes
#include <opencv2/core/core.hpp>