diff options
author | Frederico Linhares <fred@linhares.blue> | 2025-03-28 14:53:08 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2025-03-28 14:53:08 -0300 |
commit | 76c2fd91a71585bfccf8ae9e30834a37514de24f (patch) | |
tree | e4a717639d6329c2e6638defadef3b62cf522259 /src/blu_cat/net/common/tsqueue.hpp | |
parent | 600a4f7586a31990cfdb02ab811768ca6afc909e (diff) |
feat Simplify interface for net connections
Diffstat (limited to 'src/blu_cat/net/common/tsqueue.hpp')
-rw-r--r-- | src/blu_cat/net/common/tsqueue.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blu_cat/net/common/tsqueue.hpp b/src/blu_cat/net/common/tsqueue.hpp index 4cdd21d..673fe3c 100644 --- a/src/blu_cat/net/common/tsqueue.hpp +++ b/src/blu_cat/net/common/tsqueue.hpp @@ -18,6 +18,7 @@ #define BLU_CAT_NET_COMMON_TSQUEUE_H 1 #include <deque> +#include <mutex> namespace BluCat::NET { |