mirror of https://github.com/davisking/dlib.git
fixed incorrect #include
This commit is contained in:
parent
ea460afd96
commit
ca5eeb8077
|
@ -4,7 +4,7 @@
|
|||
#define DLIB_sIMD4I_H__
|
||||
|
||||
#include "simd_check.h"
|
||||
#include "dlib/uintn.h"
|
||||
#include "../uintn.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue