Fix build with WMOPS=1
- Related issues: -
- Requested reviewers: @malenovskyvl @gerstacker
Reason why this change is needed
- Compiling with
make WMOPS=1leads to a compilation error. Our CI jobs usescripts/prepare_instrumentation.sh, which activates the define directly in the code but additionally patches some other things and then compilation seems to work - I did not bother to pin down the exact difference. For BASOP, both should be sensible use cases and should work imo.
Description of the change
- Include wmc_auto.h in move.h
Affected operating points
- Nothing, just fixes compilation with WMOPS=1