Renamed header include sentinels to fix compile problem when used together with standalone flann

This commit is contained in:
Marius Muja
2010-10-20 19:05:41 +00:00
parent e842a0c816
commit e77e152a15
25 changed files with 73 additions and 73 deletions

View File

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