"tools/imglab/vscode:/vscode.git/clone" did not exist on "85e2bcce0289b90b5ef0c82ae21553bc45305ac6"
Commit a8f52bda authored by Davis King's avatar Davis King
Browse files

Added some missing #includes

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403304
parent 62876d4c
......@@ -8,6 +8,7 @@
#include <vector>
#include "../algs.h"
#include "kernel_matrix.h"
#include "function.h"
namespace dlib
{
......
......@@ -6,6 +6,7 @@
#include <vector>
#include "../matrix.h"
#include "kernel_abstract.h"
#include "function_abstract.h"
#include <vector>
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