Skip to content

Commit

Permalink
Initial test #include of Eigen/Dense in Matrix4.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mott committed Mar 27, 2021
1 parent ca1d6d7 commit 73789a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -75,7 +75,7 @@ include(${wxWidgets_USE_FILE})
find_package(Python REQUIRED COMPONENTS Development)

# Global includes and flags
include_directories(libs libs/libfmt include)
include_directories(libs libs/libfmt libs/eigen include)
add_compile_definitions(POSIX
WXINTL_NO_GETTEXT_MACRO
FMT_HEADER_ONLY
Expand Down
2 changes: 2 additions & 0 deletions libs/math/Matrix4.h
Expand Up @@ -7,6 +7,8 @@
#include "math/Vector4.h"
#include "math/pi.h"

#include <Eigen/Dense>

class Quaternion;

/**
Expand Down

0 comments on commit 73789a5

Please sign in to comment.