Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WST committed Jan 24, 2024
1 parent 9a88df8 commit 5be1b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/headers/maycloud/macaddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <stdio.h>
#include <vector>
#include <string>
#include <cstdint>

class MACAddress
{
Expand Down
1 change: 1 addition & 0 deletions src/headers/maycloud/macaddress64.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <stdio.h>
#include <vector>
#include <string>
#include <cstdint>

class MACAddress64
{
Expand Down

0 comments on commit 5be1b81

Please sign in to comment.