Skip to content

Commit 65ed53f

Browse files
author
Artyom Abakumov
committed
Fix CI build
1 parent edeb6f0 commit 65ed53f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/jrd/Constant.epp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
#include "../common/classes/VaryStr.h"
4242
#include "../common/classes/alloc.h" // ALLOC_ARGS0
4343

44+
// I do not know why but the macros is undefined in CI
45+
#ifndef ALLOC_ARGS0
46+
#define ALLOC_ARGS0
47+
#endif
48+
4449
using namespace Firebird;
4550
using namespace Jrd;
4651

0 commit comments

Comments
 (0)