Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
slowy07 authored Dec 27, 2023
2 parents 1b00299 + 33b58dd commit f17f53d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/clara.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#define CLARA_UNUSED_
#endif // (__GNUC__ && !__CLANG__)

#include <Eigen/Dense>
#include <Eigen/SVD>
#include <algorithm>
#include <cassert>
#include <chrono>
Expand Down Expand Up @@ -36,7 +38,6 @@

#include <Eigen/Dense>
#include <Eigen/SVD>

// inter dependicies
#include "classFunction/codes.h"
#include "classFunction/exception.h"
Expand Down

0 comments on commit f17f53d

Please sign in to comment.