Skip to content

Commit

Permalink
Add lexical_cast.hpp to wesnothlib.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Mar 18, 2017
1 parent 49ec758 commit 2c00677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projectfiles/VC12/wesnothlib.vcxproj
Expand Up @@ -202,6 +202,7 @@
<ClInclude Include="..\..\src\game_config.hpp" />
<ClInclude Include="..\..\src\gettext.hpp" />
<ClInclude Include="..\..\src\global.hpp" />
<ClInclude Include="..\..\src\lexical_cast.hpp" />
<ClInclude Include="..\..\src\libc_error.hpp" />
<ClInclude Include="..\..\src\log.hpp" />
<ClInclude Include="..\..\src\log_windows.hpp" />
Expand Down
1 change: 1 addition & 0 deletions projectfiles/VC12/wesnothlib.vcxproj.filters
Expand Up @@ -125,5 +125,6 @@
<Filter>spirit_po</Filter>
</ClInclude>
<ClInclude Include="..\..\src\spirit_po.hpp" />
<ClInclude Include="..\..\src\lexical_cast.hpp" />
</ItemGroup>
</Project>

0 comments on commit 2c00677

Please sign in to comment.