Skip to content

Commit

Permalink
add #include <thread> to gen_utils.h #37
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Sep 7, 2023
1 parent aacd888 commit 5c76d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/gen_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <chrono>
#include <thread>
#include "include_base_utils.h"
#include "common/util.h"

Expand Down

0 comments on commit 5c76d21

Please sign in to comment.