Skip to content

Commit b3c89bb

Browse files
Add missing headers
1 parent 0f0d6e0 commit b3c89bb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/matrix.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
// libsemigroups....
2929
#include <libsemigroups/adapters.hpp> // for Hash
30-
#include <libsemigroups/constants.hpp> // for MaxPlusTruncMat, MinPlusTruncMat
30+
#include <libsemigroups/constants.hpp> // for PositiveInfinity, NegativeInf...
31+
#include <libsemigroups/exception.hpp> // for LIBSEMIGROUPS_EXCEPTION
3132
#include <libsemigroups/matrix.hpp> // for MaxPlusTruncMat, MinPlusTruncMat
3233

3334
#include <libsemigroups/detail/string.hpp> // for string_format, to_string

src/word-range.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
// libsemigroups....
2828

29+
#include <libsemigroups/exception.hpp> // for LIBSEMIGROUPS_EXCEPTION
2930
#include <libsemigroups/paths.hpp> // for Path
3031
#include <libsemigroups/types.hpp> // for word_type
3132
#include <libsemigroups/word-range.hpp> // for number_of_words

0 commit comments

Comments
 (0)