summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-03-31 00:11:14 +0000
committerStef Walter <stef@memberwebs.com>2004-03-31 00:11:14 +0000
commite885bb59a9adff885c09b3269b18886475bb8e90 (patch)
tree89d6fb32ed201d5695be0d0ab861a25784b4deda /src/stdafx.h
parent37da2787060aa8ec1a87610650bd069c8c38cf2e (diff)
Changed my include files path.
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h2
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.