diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-08-06 16:52:02 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-08-06 16:52:02 +0000 |
commit | 912802f2977f41ad67a549adbd2d8b3b446b5206 (patch) | |
tree | 42381c4cbd91b2ec6dba3e5c441c6ce36dfc7dab | |
parent | 49d658cecedfa4ee799a8844edf551e4f2485924 (diff) |
PackUpdater: compilation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@160 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | PackUpdater/Src/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PackUpdater/Src/Common.h b/PackUpdater/Src/Common.h index 41b95dd..e976c46 100644 --- a/PackUpdater/Src/Common.h +++ b/PackUpdater/Src/Common.h @@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA. #include <m_folders.h>
#include <m_popup.h>
#include <m_hotkeys.h>
-#include "..\Sdk\m_popup2.h"
+#include <m_popup2.h>
#include <m_netlib.h>
#include <m_icolib.h>
|