mirror of https://github.com/davisking/dlib.git
Added missing #include.
This commit is contained in:
parent
59041936cc
commit
5c74cc2dff
|
@ -9,6 +9,7 @@
|
|||
#include "async.h"
|
||||
#include <stdlib.h>
|
||||
#include "../string.h"
|
||||
#include <thread>
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue