Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Mar 3, 2025
1 parent 7201ce3 commit 5042d7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/Feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#include "Attribute.h"

#define uint unsigned int

using namespace std;

typedef struct {
Expand Down
1 change: 1 addition & 0 deletions sources/Problem.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "Rule.h"
#include "Setup.h"

#define uint unsigned int

using namespace std;

Expand Down
2 changes: 2 additions & 0 deletions sources/Setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#define SQUASH_CAUCHY 1
#define SQUASH_EUCLID 2

#define uint unsigned int

using namespace std;

// algorithm's setups
Expand Down

0 comments on commit 5042d7d

Please sign in to comment.