Commit 958b9b5b authored by Davis King's avatar Davis King

Fixed an inclusion order bug between the shared_ptr_thread_safe and thread_pool files.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403151
parent e421c1fc
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <string> // for the exceptions #include <string> // for the exceptions
#include "../algs.h" #include "../algs.h"
#include "shared_ptr_thread_safe_abstract.h" #include "shared_ptr_thread_safe_abstract.h"
#include "../threads.h" #include "../threads/threads_kernel.h"
namespace dlib 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