Peter M. Groen
/
TrueMQTT-cpp
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
5d0b9e405f869558f7a3dad4276c7825066f115d
Authored by
Patric Stout
2022-10-23 10:35:14 +0000
1 parent
0366d799
fix: missing include breaks compile
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/Packet.h
src/Packet.h
View file @
5d0b9e4
...
...
@@ -8,6 +8,7 @@
8
8
#pragma once
9
9
10
10
#include <cstdint>
11
+#include <string_view>
11
12
#include <vector>
12
13
13
14
class Packet
...
...