Skip to content

Commit

Permalink
Merge pull request #7 from alfiTH/patch-1
Browse files Browse the repository at this point in the history
fix compile errors with id_generator.h when compile with g++13
  • Loading branch information
pbustos authored Nov 8, 2024
2 parents d6e4469 + 0435445 commit da59d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/include/dsr/core/id_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#define ID_GENERATOR_H

#include <mutex>
#include <string>
#include <stdexcept>

//Bits for each field.
static constexpr auto time_size = 40; // lower bits of the timestamps.
Expand Down

0 comments on commit da59d21

Please sign in to comment.