Skip to content

Commit

Permalink
Merge pull request #125 from IronsDu/fix/pragme-once
Browse files Browse the repository at this point in the history
add `#pragma once` for SendableMsg.hpp
  • Loading branch information
IronsDu authored Jul 21, 2022
2 parents 77d9ac3 + 5af170c commit 57d9f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/brynet/net/SendableMsg.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <memory>
#include <string>

Expand Down

0 comments on commit 57d9f90

Please sign in to comment.