Skip to content

Commit

Permalink
minor update in flowAware file
Browse files Browse the repository at this point in the history
  • Loading branch information
yash3886 committed May 28, 2024
1 parent b2ea3ce commit 4b05fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FlowAware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//
#include "FlowAware.h"
#ifdef EIGEN_FOUND
#include "VectorSolverEigen.h"
#include "VectorSolverEigen.h"
#else
#include "VectorSolver.h"
#include "VectorSolver.h"
#endif

#include "llvm/ADT/DepthFirstIterator.h"
Expand Down

0 comments on commit 4b05fa0

Please sign in to comment.