Skip to content

Commit

Permalink
Fixup eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 23, 2024
1 parent 835488d commit 3d95de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/libsemigroups/eigen.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// libsemigroups - C++ library for semigroups and monoids
// Copyright (C) 2023 James D. Mitchell
// Copyright (C) 2024 James D. Mitchell
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -33,7 +33,7 @@
#pragma GCC diagnostic ignored "-Winline"
#define _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS
#include <Eigen/Core>
#include <unsupported/Eigen/MatrixFunctions>
#include <Eigen/QR>
#undef _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS
#pragma GCC diagnostic pop
#if defined(__clang__)
Expand Down

0 comments on commit 3d95de3

Please sign in to comment.