mirror of https://github.com/davisking/dlib.git
Added missing #include to example
This commit is contained in:
parent
d6d5712139
commit
3fa470e809
|
@ -19,6 +19,7 @@
|
|||
#include <dlib/svm.h>
|
||||
#include <dlib/gui_widgets.h>
|
||||
#include <dlib/array2d.h>
|
||||
#include <dlib/image_transforms.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace dlib;
|
||||
|
|
Loading…
Reference in New Issue