Skip to content

Commit

Permalink
Add correct include file to LUSOL.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelesh committed Jun 13, 2024
1 parent cfdaa22 commit 6d1b52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolve/LinSolverDirectLUSOL.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <resolve/Common.hpp>
#include <resolve/LinSolver.hpp>
#include <resolve/LinSolverDirect.hpp>
#include <resolve/MemoryUtils.hpp>

#include <cstdint>
Expand Down

0 comments on commit 6d1b52e

Please sign in to comment.