Commit f57e4cf5 authored by Davis King's avatar Davis King

Fixed #include

parent b1cc435c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// License: Boost Software License See LICENSE.txt for the full license. // License: Boost Software License See LICENSE.txt for the full license.
#include "tester.h" #include "tester.h"
#include <dlib/svm.h> #include <dlib/svm_threaded.h>
#include <dlib/data_io.h> #include <dlib/data_io.h>
#include <dlib/sparse_vector.h> #include <dlib/sparse_vector.h>
#include "create_iris_datafile.h" #include "create_iris_datafile.h"
......
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