Added extra #include for image_io.h so that future linker errors from

this component will be caught by the unit tests.
This commit is contained in:
Davis King 2011-06-10 16:08:39 -04:00
parent 00662b4b23
commit 1b05c23a3b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <ctime>
#include <dlib/pixel.h>
#include <dlib/matrix.h>
#include <dlib/image_io.h>
#include "tester.h"