Skip to content

fix: add missing <string> and <cstdint> includes for modern g++ - #111

Open
Cosmologist wants to merge 1 commit into
matteoserva:masterfrom
Cosmologist:fix-modern-gcc-includes
Open

fix: add missing <string> and <cstdint> includes for modern g++#111
Cosmologist wants to merge 1 commit into
matteoserva:masterfrom
Cosmologist:fix-modern-gcc-includes

Conversation

@Cosmologist

Copy link
Copy Markdown

The build fails with modern GCC because std::string and uint64_t are used without including <string> and <cstdint>. This adds the two missing includes so the project compiles on current toolchains.

  • inc/EventsHandler.h: add #include <string>
  • inc/file_cache_row.h: add #include <cstdint>

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