diff options
author | Stef Walter <stef@thewalter.net> | 2006-07-03 21:03:48 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2006-07-03 21:03:48 +0000 |
commit | c8a1522c99afdc3d951949e6eca088d065117bfa (patch) | |
tree | ae581c71d110b7d49a3a9ff30c72b90b65f30e85 /win32 | |
parent | 708aaada82e3af7abe85d559342c638dd7939b85 (diff) |
Fixed Win32 build
Diffstat (limited to 'win32')
-rw-r--r-- | win32/droplet/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/droplet/stdafx.h b/win32/droplet/stdafx.h index 16885d5..b52d168 100644 --- a/win32/droplet/stdafx.h +++ b/win32/droplet/stdafx.h @@ -34,6 +34,6 @@ extern CComModule _Module; #include "config.win32.h" #include "common/compat.h" #include "common/usuals.h" -#include <mystring.h> +#include <common/mystring.h> #endif // !defined(AFX_STDAFX_H__3607160A_967A_4E9D_A154_BC3CF029F2C2__INCLUDED) |