MSVC projects: added missing header

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-07-21 23:01:06 +03:00
parent f45803ab5b
commit 561c52c70a
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@
<ClInclude Include="$(MhdSrc)microhttpd\sha256.h" />
<ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" />
<ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h" />
<ClInclude Include="$(MhdSrc)microhttpd\mhd_align.h" />
<ClInclude Include="$(MhdSrc)microhttpd\mhd_bithelpers.h" />
<ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" />
<ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" />
+3
View File
@@ -67,6 +67,9 @@
<ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h">
<Filter>Internal Headers</Filter>
</ClInclude>
<ClInclude Include="$(MhdSrc)microhttpd\mhd_align.h">
<Filter>Internal Headers</Filter>
</ClInclude>
<ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h">
<Filter>Internal Headers</Filter>
</ClInclude>