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 /faceAPI/stdafx.h | |
parent | a1b1a37808bf7cd1e6bf491b3168e0f187c8f01e (diff) |
Fix build
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@166 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'faceAPI/stdafx.h')
-rwxr-xr-x[-rw-r--r--] | faceAPI/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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>
|