Skip to content

Commit

Permalink
Fix inclusions of ql headers in double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lballabio committed Jan 7, 2025
1 parent 32d42fe commit 6a513c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-suite/period.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "toplevelfixture.hpp"
#include "utilities.hpp"
#include "ql/time/period.hpp"
#include <ql/time/period.hpp>

using namespace QuantLib;
using namespace boost::unit_test_framework;
Expand Down
2 changes: 1 addition & 1 deletion test-suite/timegrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.See the license for more details.
*/

#include "ql/timegrid.hpp"
#include <ql/timegrid.hpp>
#include "toplevelfixture.hpp"
#include "utilities.hpp"

Expand Down

0 comments on commit 6a513c7

Please sign in to comment.