Skip to content

Commit

Permalink
Add missing glog header for the CHECK_EQ macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schneider committed Oct 15, 2014
1 parent 7b0b939 commit 264faa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/eigen-checks/internal/gtest-equal.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define EIGEN_CHECKS_INTERNAL_GTEST_H_

#include <Eigen/Dense>
#include <glog/logging.h>
#include <gtest/gtest.h>

namespace eigen_checks {
Expand Down

0 comments on commit 264faa8

Please sign in to comment.