Skip to content

Commit badfc59

Browse files
committed
include api fix
1 parent 083712e commit badfc59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/maxplus/algebra/maxplus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
#include "mptype.h"
4646

4747
// vectors and matrices
48-
#include "algebra/mpmatrix.h"
48+
#include "maxplus/algebra/mpmatrix.h"
4949

5050
#endif

include/maxplus/graph/mpautomaton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646

4747
#include "base/fsm/fsm.h"
48-
#include "algebra/mptype.h"
48+
#include "maxplus/algebra/mptype.h"
4949

5050
using namespace ::FSM::Labeled;
5151

include/maxplus/graph/mpstatespace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define MAXPLUS_GRAPH_MPSTATESPACE_H
4545

4646
#include "base/fsm/fsm.h"
47-
#include "algebra/mpmatrix.h"
47+
#include "maxplus/algebra/mpmatrix.h"
4848

4949
namespace MaxPlus {
5050

0 commit comments

Comments
 (0)