Commit cd7b3ae4 authored by damir's avatar damir

fix a bug for qt

parent 10ad8a91
...@@ -47,6 +47,7 @@ the use of this software, even if advised of the possibility of such damage. ...@@ -47,6 +47,7 @@ the use of this software, even if advised of the possibility of such damage.
#include <cfloat> #include <cfloat>
#include "opencv2/core/cvdef.h" #include "opencv2/core/cvdef.h"
#include "opencv2/core/cvstd.hpp" #include "opencv2/core/cvstd.hpp"
#undef emit //fix for qt
namespace cv { namespace cv {
namespace face { namespace face {
//! @addtogroup face //! @addtogroup face
...@@ -99,4 +100,4 @@ public: ...@@ -99,4 +100,4 @@ public:
//! @} //! @}
} }
} }
#endif #endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment