diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2012-09-24 01:02:37 +0000 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2012-09-24 01:02:37 +0000 |
commit | 06e6f1a8cd64ddb83a1afad70f7e0d225d4b7c9a (patch) | |
tree | 2ef6c3eb18ecd383ba546af78789cc0d714ce269 | |
parent | a1b1a37808bf7cd1e6bf491b3168e0f187c8f01e (diff) |
Fix build
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@166 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
-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>
|