Skip to content

Commit

Permalink
fix include directories
Browse files Browse the repository at this point in the history
  • Loading branch information
bentonatura committed Aug 13, 2020
1 parent 4b24dce commit 93df5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sos/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
//Preprocessor directive allows us to forbid Eigen to allocate memory. Temporariliy helps to debug where allocation might slow down the program.
#define EIGEN_RUNTIME_NO_MALLOC

#include <EigenNew/Dense>
#include <EigenNew/Sparse>
#include <Eigen/Dense>
#include <Eigen/Sparse>

#include <iostream>

Expand Down

0 comments on commit 93df5e0

Please sign in to comment.