8000 Add missing include. (#18007) · olegrok/arangodb@9391d9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9391d9e

Browse files
authored
Add missing include. (arangodb#18007)
1 parent e5e1318 commit 9391d9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Assertions/ProdAssert.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252

5353
#include "AssertionLogger.h"
5454

55+
#include "Basics/system-compiler.h"
56+
5557
#define ADB_PROD_ASSERT(expr) /*GCOVR_EXCL_LINE*/ \
5658
(ADB_LIKELY(expr)) \
5759
? (void)nullptr \

0 commit comments

Comments
 (0)
0