diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/perfstat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/perfstat.h b/src/utils/perfstat.h index 6e54e255e..95a3333f6 100644 --- a/src/utils/perfstat.h +++ b/src/utils/perfstat.h @@ -33,6 +33,8 @@ struct PerfStats final ticks[f] = -1; } + A_DEFAULT_COPY(PerfStats) + int ticks[16]; }; |