mirror of https://github.com/davisking/dlib.git
Add missing include
This commit is contained in:
parent
4db03ee6fd
commit
efe46ce76a
|
@ -4,6 +4,7 @@
|
|||
#include <string>
|
||||
#include <dlib/constexpr_if.h>
|
||||
#include <dlib/invoke.h>
|
||||
#include <cstdio>
|
||||
#include "tester.h"
|
||||
|
||||
namespace
|
||||
|
@ -203,4 +204,4 @@ namespace
|
|||
}
|
||||
} a;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue