We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242bb64 commit cbe39f0Copy full SHA for cbe39f0
apps/calibration/hand-eye/visp-compute-apriltag-poses.cpp
@@ -36,7 +36,7 @@
36
37
#include <visp3/core/vpConfig.h>
38
39
-#if defined(VISP_HAVE_PUGIXML) and defined(VISP_HAVE_APRILTAG)
+#if defined(VISP_HAVE_PUGIXML) && defined(VISP_HAVE_APRILTAG)
40
41
#include <visp3/core/vpIoTools.h>
42
#include <visp3/core/vpXmlParserCamera.h>
modules/detection/test/apriltag-with-dataset/perfApriltagDetection.cpp
*/
-#if defined(VISP_HAVE_CATCH2) and defined(VISP_HAVE_APRILTAG)
+#if defined(VISP_HAVE_CATCH2) && defined(VISP_HAVE_APRILTAG)
#include <catch_amalgamated.hpp>
0 commit comments