Peter M. Groen
/
FlashMQ
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
3746e3d8925e19fefe5bc5a0f98c63ee3a9fa2f2
Authored by
Wiebe Cazemier
2021-11-25 20:40:06 +0100
1 parent
f9ed6371
Fix Debian build error by removing stray include
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
threaddata.h
threaddata.h
View file @
3746e3d
...
...
@@ -26,7 +26,6 @@ License along with FlashMQ. If not, see <https://www.gnu.org/licenses/>.
26
26
#include <unordered_set>
27
27
#include <unordered_map>
28
28
#include <mutex>
29
-#include <shared_mutex>
30
29
#include <functional>
31
30
#include <chrono>
32
31
...
...