mirror of https://github.com/davisking/dlib.git
added missing #include
This commit is contained in:
parent
2820de88b2
commit
ab4920a4cb
|
@ -31,6 +31,7 @@
|
|||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include <dlib/image_processing/frontal_face_detector.h>
|
||||
#include <dlib/image_processing/render_face_detections.h>
|
||||
#include <dlib/image_processing.h>
|
||||
#include <dlib/gui_widgets.h>
|
||||
|
||||
using namespace dlib;
|
||||
|
|
Loading…
Reference in New Issue