fixed incorrect #include

This commit is contained in:
Davis King 2013-11-08 18:08:34 -05:00
parent ea460afd96
commit ca5eeb8077
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#define DLIB_sIMD4I_H__
#include "simd_check.h"
#include "dlib/uintn.h"
#include "../uintn.h"
namespace dlib
{