Skip to content

Commit

Permalink
Update VC++ projects
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Nov 20, 2021
1 parent fd7a32e commit a1a20a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/wxutil/FormLayout.h
@@ -1,5 +1,6 @@
#pragma once

#include <wx/stattext.h>
#include <wx/gbsizer.h>

namespace wxutil
Expand Down
1 change: 1 addition & 0 deletions tools/msvc/wxutillib.vcxproj
Expand Up @@ -159,6 +159,7 @@
<ClInclude Include="..\..\libs\wxutil\event\KeyEventFilter.h" />
<ClInclude Include="..\..\libs\wxutil\event\SingleIdleCallback.h" />
<ClInclude Include="..\..\libs\wxutil\FileChooser.h" />
<ClInclude Include="..\..\libs\wxutil\FormLayout.h" />
<ClInclude Include="..\..\libs\wxutil\FreezePointer.h" />
<ClInclude Include="..\..\libs\wxutil\fsview\FileSystemView.h" />
<ClInclude Include="..\..\libs\wxutil\fsview\Populator.h" />
Expand Down
1 change: 1 addition & 0 deletions tools/msvc/wxutillib.vcxproj.filters
Expand Up @@ -150,6 +150,7 @@
<ClInclude Include="..\..\libs\wxutil\dialog\AutoSaveRequestBlocker.h">
<Filter>dialog</Filter>
</ClInclude>
<ClInclude Include="..\..\libs\wxutil\FormLayout.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\libs\wxutil\dialog\MessageBox.cpp">
Expand Down

0 comments on commit a1a20a0

Please sign in to comment.