mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
35 lines
507 B
Diff
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 {
|
|
|