Skip to content

Commit

Permalink
Broker: fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsanches committed Aug 20, 2024
1 parent f6db9d4 commit 63ef9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Common/GuidUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#pragma once

#include <string>
#include <string_view>

namespace dcclite
Expand Down
1 change: 1 addition & 0 deletions src/Common/SerialPort_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//may god forgive us for putting this on a header...
#include <windows.h>

#include <string>
#include <string_view>

namespace dcclite
Expand Down

0 comments on commit 63ef9a4

Please sign in to comment.