Skip to content

Commit

Permalink
Work around Eigen 'Success' macro conflict on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mott committed Mar 27, 2021
1 parent 73789a5 commit 002fafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/math/Matrix4.h
Expand Up @@ -7,6 +7,7 @@
#include "math/Vector4.h"
#include "math/pi.h"

#undef Success // get rid of fuckwit X.h macro
#include <Eigen/Dense>

class Quaternion;
Expand Down

0 comments on commit 002fafe

Please sign in to comment.