Skip to content

Fix a runtime problem on arm64

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_arm64_2 into master

When compiling one of the test macros the compilation crashed. The reson was a problem with the generated dictionary. The problem could be solved by removing an include statement from the header file.

Merge request reports