Skip to content

Commit 3099e01

Browse files
_
1 parent a666113 commit 3099e01

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mlib.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
<ClInclude Include="refl_get.hpp" />
160160
<ClInclude Include="select.hpp" />
161161
<ClInclude Include="string_manip.hpp" />
162+
<ClInclude Include="times.hpp" />
162163
<ClInclude Include="transform.hpp" />
163164
<ClInclude Include="tuple.hpp" />
164165
<ClInclude Include="tuple_inheritance.hpp" />

mlib.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
<ClInclude Include="count_if.hpp">
121121
<Filter>Header Files</Filter>
122122
</ClInclude>
123+
<ClInclude Include="times.hpp">
124+
<Filter>Header Files</Filter>
125+
</ClInclude>
123126
</ItemGroup>
124127
<ItemGroup>
125128
<ClCompile Include="Main.cpp">

0 commit comments

Comments
 (0)