Skip to content

Commit

Permalink
added missing mutex include
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooolrik committed Feb 14, 2024
1 parent bf32828 commit 21d58fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ctle/uuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ std::ostream &operator<<( std::ostream &os, const ctle::uuid &_uuid );
#include <algorithm>
#include <memory>
#include <array>
#include <mutex>

#include "string_funcs.h"

Expand Down

0 comments on commit 21d58fc

Please sign in to comment.