Skip to content

Commit

Permalink
- Fix include
Browse files Browse the repository at this point in the history
- Code cleanup
  • Loading branch information
rperrot committed Apr 6, 2016
1 parent b1c46a0 commit f84556e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/openMVG/numeric/l1_solver_admm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <algorithm>
#include <string>
#include <iostream>

namespace openMVG {

Expand Down
2 changes: 2 additions & 0 deletions src/openMVG/numeric/l1_solver_decode_pd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#ifndef OPENMVG_NUMERIC_L1_SOLVER_DECODE_PD_H_
#define OPENMVG_NUMERIC_L1_SOLVER_DECODE_PD_H_

#include <Eigen/Dense>

namespace openMVG {

// Minimum l1 error approximation:
Expand Down
2 changes: 1 addition & 1 deletion src/openMVG/numeric/math_trait.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,6 @@ namespace openMVG
{
return fabsl( val ) ;
}
}
} // namespace openMVG

#endif

0 comments on commit f84556e

Please sign in to comment.