renamed internal headers to avoid conflicts with system header files
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "precomp.hpp"
|
||||
#include "_latentsvm.h"
|
||||
#include "_resizeimg.h"
|
||||
#include "_lsvm_resizeimg.h"
|
||||
|
||||
#ifndef max
|
||||
#define max(a,b) (((a) > (b)) ? (a) : (b))
|
||||
|
Reference in New Issue
Block a user