On file mystery1_x.cc, there is an include of timers.h which is missing.
Trying to compile it:
g++ -O2 mystery1_x.cc -o mystery1_x
produce the following error:
mystery1_x.cc:7:10: fatal error: timers.h: No such file or directory
7 | #include "timers.h"
| ^~~~~~~~~~
compilation terminated.