Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing timers.h file for mystery1_x.cc #8

Open
saboco opened this issue Feb 27, 2024 · 0 comments
Open

Missing timers.h file for mystery1_x.cc #8

saboco opened this issue Feb 27, 2024 · 0 comments

Comments

@saboco
Copy link

saboco commented Feb 27, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant