Commit 5bb951a4 authored by Daniel Angelov's avatar Daniel Angelov

Added precomp header.

parent e6f8c439
...@@ -41,8 +41,10 @@ ...@@ -41,8 +41,10 @@
#ifndef __OPENCV_CCALIB_CPP__ #ifndef __OPENCV_CCALIB_CPP__
#define __OPENCV_CCALIB_CPP__ #define __OPENCV_CCALIB_CPP__
#ifdef __cplusplus
#include "ccalib.hpp" #include "precomp.hpp"
#include "opencv2/ccalib.hpp"
#include <opencv2/core/core.hpp> #include <opencv2/core/core.hpp>
#include <opencv2/core/types_c.h> // CV_TERM #include <opencv2/core/types_c.h> // CV_TERM
...@@ -486,4 +488,6 @@ void CustomPattern::drawOrientation(InputOutputArray image, InputArray tvec, Inp ...@@ -486,4 +488,6 @@ void CustomPattern::drawOrientation(InputOutputArray image, InputArray tvec, Inp
} // namespace cv } // namespace cv
#endif #endif //_CPP
\ No newline at end of file #endif // cplusplus
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