From f027fc937f76f4fd7efa043ce7fc49633cad7cac Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 24 Mar 2013 15:36:32 -0400 Subject: [PATCH] fixed typo in spec --- dlib/image_processing/scan_image_boxes_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/image_processing/scan_image_boxes_abstract.h b/dlib/image_processing/scan_image_boxes_abstract.h index 21d579c91..88e4a8ea0 100644 --- a/dlib/image_processing/scan_image_boxes_abstract.h +++ b/dlib/image_processing/scan_image_boxes_abstract.h @@ -7,7 +7,7 @@ #include "../geometry.h" #include "../image_processing.h" #include "../array2d.h" -#include "full_object_detection.h" +#include "full_object_detection_abstract.h" #include "../image_transforms/segment_image_abstract.h" #include