diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-25 19:22:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-25 19:22:20 +0300 |
commit | 30fa813e97c0195cdbf02d92943c909904d5a197 (patch) | |
tree | 597c8bb184d691a838ed40d7e94bb94deaaaf76c /plugins/Dbx_mdbx/dbx_mdbx.vcxproj | |
parent | 7237be9a44eabb082b6833038e78032b2693bc87 (diff) |
project file fix
Diffstat (limited to 'plugins/Dbx_mdbx/dbx_mdbx.vcxproj')
-rw-r--r-- | plugins/Dbx_mdbx/dbx_mdbx.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj index 84813854d3..affa0b7d8c 100644 --- a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj +++ b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj @@ -42,6 +42,7 @@ <PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClInclude Include="src\dbintf.h" />
+ <ClInclude Include="src\libmdbx\mdbx.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\stdafx.h" />
<ClInclude Include="src\version.h" />
|