diff options
Diffstat (limited to 'plugins/AvatarHistory')
-rw-r--r-- | plugins/AvatarHistory/AvatarHistory.vcxproj | 4 | ||||
-rw-r--r-- | plugins/AvatarHistory/src/stdafx.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/AvatarHistory/AvatarHistory.vcxproj b/plugins/AvatarHistory/AvatarHistory.vcxproj index 616c93ecc9..d8cd5e383c 100644 --- a/plugins/AvatarHistory/AvatarHistory.vcxproj +++ b/plugins/AvatarHistory/AvatarHistory.vcxproj @@ -26,12 +26,12 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
- <ClCompile Include="..\utils\mir_options.cpp">
+ <ClCompile Include="..\..\utils\mir_options.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\utils\mir_options.h">
+ <ClInclude Include="..\..\utils\mir_options.h">
</ClInclude>
</ItemGroup>
</Project>
\ No newline at end of file diff --git a/plugins/AvatarHistory/src/stdafx.h b/plugins/AvatarHistory/src/stdafx.h index 4564dd5d73..930f46447f 100644 --- a/plugins/AvatarHistory/src/stdafx.h +++ b/plugins/AvatarHistory/src/stdafx.h @@ -24,7 +24,7 @@ #include <m_metacontacts.h>
#include <m_avatarhistory.h>
-#include "../utils/mir_options.h"
+#include "../../utils/mir_options.h"
#include "resource.h"
#include "Version.h"
|