aports/testing/uarmsolver/fix-uint.patch
2022-03-09 00:42:42 +00:00

35 lines
507 B
Diff

--- 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 {