Added missing #include.

This commit is contained in:
Davis King 2016-10-10 08:12:58 -04:00
parent 59041936cc
commit 5c74cc2dff
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "async.h"
#include <stdlib.h>
#include "../string.h"
#include <thread>
namespace dlib
{