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

Fix compile error due to uint64_t not being defined #3

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

kevinbackhouse
Copy link
Owner

Build is failing on Ubuntu 24.04 with this error message:

In file included from /home/kev/DBusParse/src/DBusParseUtils/utils.cpp:25:
/home/kev/DBusParse/include/DBusParseUtils/utils.hpp:71:1: error: ‘uint64_t’ does not name a type
   71 | uint64_t process_start_time(pid_t pid);                                                                                                                                                                                                                          
      | ^~~~~~~~
/home/kev/DBusParse/include/DBusParseUtils/utils.hpp:23:1: note: ‘uint64_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?                                                                                                                    
   22 | #include <vector>
  +++ |+#include <cstdint>
   23 |

@kevinbackhouse kevinbackhouse merged commit 0ad5dac into main Jul 2, 2024
16 checks passed
@kevinbackhouse kevinbackhouse deleted the add-cstdint branch July 2, 2024 19:24
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

Successfully merging this pull request may close these issues.

1 participant