Skip to content

Commit

Permalink
Update headers and VC++ project.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 26, 2018
1 parent b1a9851 commit 3d700df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions QuantLib.vcxproj
Expand Up @@ -746,6 +746,7 @@
<ClInclude Include="ql\indexes\ibor\seklibor.hpp" />
<ClInclude Include="ql\indexes\ibor\shibor.hpp" />
<ClInclude Include="ql\indexes\ibor\sonia.hpp" />
<ClInclude Include="ql\indexes\ibor\thbfix.hpp" />
<ClInclude Include="ql\indexes\ibor\tibor.hpp" />
<ClInclude Include="ql\indexes\ibor\trlibor.hpp" />
<ClInclude Include="ql\indexes\ibor\usdlibor.hpp" />
Expand Down
3 changes: 3 additions & 0 deletions QuantLib.vcxproj.filters
Expand Up @@ -675,6 +675,9 @@
<ClInclude Include="ql\indexes\ibor\sonia.hpp">
<Filter>indexes\ibor</Filter>
</ClInclude>
<ClInclude Include="ql\indexes\ibor\thbfix.hpp">
<Filter>indexes\ibor</Filter>
</ClInclude>
<ClInclude Include="ql\indexes\ibor\tibor.hpp">
<Filter>indexes\ibor</Filter>
</ClInclude>
Expand Down
1 change: 1 addition & 0 deletions ql/indexes/ibor/all.hpp
Expand Up @@ -27,6 +27,7 @@
#include <ql/indexes/ibor/shibor.hpp>
#include <ql/indexes/ibor/sonia.hpp>
#include <ql/indexes/ibor/tibor.hpp>
#include <ql/indexes/ibor/thbfix.hpp>
#include <ql/indexes/ibor/trlibor.hpp>
#include <ql/indexes/ibor/usdlibor.hpp>
#include <ql/indexes/ibor/wibor.hpp>
Expand Down

0 comments on commit 3d700df

Please sign in to comment.