diff options
-rwxr-xr-x[-rw-r--r--] | faceAPI/main.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | faceAPI/stdafx.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/faceAPI/main.cpp b/faceAPI/main.cpp index 2b46c713..9545c091 100644..100755 --- a/faceAPI/main.cpp +++ b/faceAPI/main.cpp @@ -34,7 +34,7 @@ #include "stdafx.h"
//FaceAPI headers
-#include "sm_api.h"
+#include <sm_api.h>
#include "ftnoir_tracker_sm_types.h"
#include "utils.h"
diff --git a/faceAPI/stdafx.h b/faceAPI/stdafx.h index 4ac15bbc..d97c9353 100644..100755 --- a/faceAPI/stdafx.h +++ b/faceAPI/stdafx.h @@ -18,4 +18,4 @@ #include <string>
#include <cassert>
#include <conio.h>
-#include "sm_api.h"
+#include <sm_api.h>
|