--- a/sources/Problem.h +++ b/sources/Problem.h @@ -18,6 +18,8 @@ #include "Rule.h" #include "Setup.h" +#define uint unsigned int + using namespace std; --- a/sources/Setup.h +++ b/sources/Setup.h @@ -19,6 +19,8 @@ #define VISUAL_FLOW 1 #define VISUAL_METRO 2 +#define uint unsigned int + using namespace std; // algorithm's setups --- a/sources/Feature.h +++ b/sources/Feature.h @@ -5,6 +5,8 @@ #include "Attribute.h" +#define uint unsigned int + using namespace std; typedef struct {