Renamed header include sentinels to fix compile problem when used together with standalone flann
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
#ifndef _OPENCV_TIMER_H_
|
||||
#define _OPENCV_TIMER_H_
|
||||
|
||||
#include <time.h>
|
||||
|
||||
@@ -87,4 +87,4 @@ public:
|
||||
|
||||
}// namespace cvflann
|
||||
|
||||
#endif // TIMER_H
|
||||
#endif // _OPENCV_TIMER_H_
|
||||
|
||||
Reference in New Issue
Block a user