Added threads.h into shape_predictor.h (#283)

This commit is contained in:
Evgeniy Fominov 2016-10-10 15:32:16 +03:00 committed by Davis E. King
parent 2c0bba5888
commit 18fc97d324
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "../pixel.h"
#include "../console_progress_indicator.h"
#include "../statistics.h"
#include "../threads.h"
#include <utility>
namespace dlib