diff options
author | Stef Walter <stef@memberwebs.com> | 2004-03-31 00:11:14 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-03-31 00:11:14 +0000 |
commit | e885bb59a9adff885c09b3269b18886475bb8e90 (patch) | |
tree | 89d6fb32ed201d5695be0d0ab861a25784b4deda | |
parent | 37da2787060aa8ec1a87610650bd069c8c38cf2e (diff) |
Changed my include files path.
-rw-r--r-- | src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h index 4876942..2e79205 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -13,7 +13,7 @@ // TODO: reference additional headers your program requires here #include <stdlib.h> -#include <debug.h> +#include <win32/debug.h> //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. |