Commit ecdfdea6 authored by Davis King's avatar Davis King

Fixed build error due to messed up includes.

parent ab4920a4
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#include "scan_image_boxes_abstract.h" #include "scan_image_boxes_abstract.h"
#include "../matrix.h" #include "../matrix.h"
#include "../geometry.h" #include "../geometry.h"
#include "../image_processing.h"
#include "../array2d.h" #include "../array2d.h"
#include <vector> #include <vector>
#include "../image_processing/full_object_detection.h" #include "../image_processing/full_object_detection.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "scan_image_pyramid_abstract.h" #include "scan_image_pyramid_abstract.h"
#include "../matrix.h" #include "../matrix.h"
#include "../geometry.h" #include "../geometry.h"
#include "../image_processing.h" #include "scan_image.h"
#include "../array2d.h" #include "../array2d.h"
#include <vector> #include <vector>
#include "full_object_detection.h" #include "full_object_detection.h"
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include "dlib/data_io/load_image_dataset.h" #include "dlib/data_io/load_image_dataset.h"
#include "dlib/image_processing/remove_unobtainable_rectangles.h" #include "dlib/image_processing/remove_unobtainable_rectangles.h"
#include "serialize_object_detector.h" #include "serialize_object_detector.h"
#include "dlib/svm.h"
namespace dlib namespace dlib
......
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