-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57aea39
commit a4e46e7
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,12 +68,6 @@ | |
#include <boost/cstdint.hpp> | ||
#include <boost/smart_ptr/shared_ptr.hpp> | ||
|
||
//Eigen has an enum that clashes with X11 Success define, which is ultimately included by pcl | ||
#ifdef Success | ||
#undef Success | ||
#endif | ||
#include <Eigen/Core> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
kunaltyagi
Author
Member
|
||
|
||
#include <pcl/pcl_config.h> | ||
|
||
namespace pcl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
But as we discussed,
Eigen/Core
has to be included here for the aligned operator new macro.